{
  "info": {
    "_postman_id": "5b5214e5-ce55-4904-ae65-c9d787cc23f5",
    "name": "API - RBXSoft",
    "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
    "_exporter_id": "10641537",
    "_collection_link": "https://go.postman.co/collection/10641537-5b5214e5-ce55-4904-ae65-c9d787cc23f5?source=collection_link"
  },
  "item": [
    {
      "name": "Serviços v1.0",
      "item": [
        {
          "name": "Atendimentos",
          "item": [
            {
              "name": "Cadastro de atendimentos",
              "request": {
                "method": "POST",
                "header": [],
                "body": {
                  "mode": "raw",
                  "raw": "{\r\n   \"AtendimentoCadastro\": {\r\n      \"Autenticacao\": {\r\n         \"ChaveIntegracao\": \"{{Token}}\"\r\n      },\r\n      \"DadosAtendimento\": {\r\n         \"Data_Abertura\": \"2023-12-01\",\r\n         \"Hora_Abertura\": \"10:00:00\",\r\n         \"Iniciativa\": \"C\",\r\n         \"Modo\": \"T\",\r\n         \"TipoCliente\": \"C\",\r\n         \"Cliente\": \"1\",\r\n         \"Contrato\": \"7480\",\r\n         \"Contato\": \"\",\r\n         \"Prioridade\": \"1\",\r\n         \"Situacao\": \"A\",\r\n         \"Tipo\": \"T\",\r\n         \"Topico\": \"2\",\r\n         \"Assunto\": \"Sem internet\",\r\n         \"Usuario_Abertura\": \"joao.silva\"\r\n      }\r\n   }\r\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "https://{{minha_url}}/routerbox/ws/rbx_server_json.php",
                  "protocol": "https",
                  "host": [
                    "{{minha_url}}"
                  ],
                  "path": [
                    "routerbox",
                    "ws",
                    "rbx_server_json.php"
                  ]
                }
              },
              "response": []
            },
            {
              "name": "Consulta atendimentos",
              "request": {
                "method": "POST",
                "header": [],
                "body": {
                  "mode": "raw",
                  "raw": "{\r\n   \"ConsultaAtendimentos\": {\r\n      \"Autenticacao\": {\r\n         \"ChaveIntegracao\": \"{{Token}}\"\r\n      },\r\n      \"Filtro\": \"Atendimentos.Cliente = '10'\"\r\n   }\r\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "https://{{minha_url}}/routerbox/ws/rbx_server_json.php",
                  "protocol": "https",
                  "host": [
                    "{{minha_url}}"
                  ],
                  "path": [
                    "routerbox",
                    "ws",
                    "rbx_server_json.php"
                  ]
                }
              },
              "response": []
            },
            {
              "name": "Consulta causas de atendimentos",
              "request": {
                "method": "POST",
                "header": [],
                "body": {
                  "mode": "raw",
                  "raw": "{\r\n   \"ConsultaCausas\": {\r\n      \"Autenticacao\": {\r\n         \"ChaveIntegracao\": \"{{Token}}\"\r\n      },\r\n      \"Filtro\": \"Tipo = 'T'\"\r\n   }\r\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "https://{{minha_url}}/routerbox/ws/rbx_server_json.php",
                  "protocol": "https",
                  "host": [
                    "{{minha_url}}"
                  ],
                  "path": [
                    "routerbox",
                    "ws",
                    "rbx_server_json.php"
                  ]
                }
              },
              "response": []
            },
            {
              "name": "Consulta checklist de atendimentos",
              "request": {
                "method": "POST",
                "header": [],
                "body": {
                  "mode": "raw",
                  "raw": "{\r\n   \"ConsultaChecklistAtendimentos\": {\r\n      \"Autenticacao\": {\r\n         \"ChaveIntegracao\": \"{{Token}}\"\r\n      },\r\n      \"Filtro\": \"Checklist_Descricao = 'Validação de cadastro'\"\r\n   }\r\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "https://{{minha_url}}/routerbox/ws/rbx_server_json.php",
                  "protocol": "https",
                  "host": [
                    "{{minha_url}}"
                  ],
                  "path": [
                    "routerbox",
                    "ws",
                    "rbx_server_json.php"
                  ]
                }
              },
              "response": []
            },
            {
              "name": "Consulta fluxos de atendimentos",
              "request": {
                "method": "POST",
                "header": [],
                "body": {
                  "mode": "raw",
                  "raw": "{\r\n   \"ConsultaFluxos\": {\r\n      \"Autenticacao\": {\r\n         \"ChaveIntegracao\": \"{{Token}}\"\r\n      },\r\n      \"Filtro\": \"Situacao = 'A'\"\r\n   }\r\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "https://{{minha_url}}/routerbox/ws/rbx_server_json.php",
                  "protocol": "https",
                  "host": [
                    "{{minha_url}}"
                  ],
                  "path": [
                    "routerbox",
                    "ws",
                    "rbx_server_json.php"
                  ]
                }
              },
              "response": []
            },
            {
              "name": "Consulta grupos de SLA",
              "request": {
                "method": "POST",
                "header": [],
                "body": {
                  "mode": "raw",
                  "raw": "{\r\n   \"ConsultaGruposSLA\": {\r\n      \"Autenticacao\": {\r\n         \"ChaveIntegracao\": \"{{Token}}\"\r\n      }\r\n   }\r\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "https://{{minha_url}}/routerbox/ws/rbx_server_json.php",
                  "protocol": "https",
                  "host": [
                    "{{minha_url}}"
                  ],
                  "path": [
                    "routerbox",
                    "ws",
                    "rbx_server_json.php"
                  ]
                }
              },
              "response": []
            },
            {
              "name": "Consulta ocorrências de atendimentos",
              "request": {
                "method": "POST",
                "header": [],
                "body": {
                  "mode": "raw",
                  "raw": "{\r\n   \"ConsultaOcorrenciasAtendimentos\": {\r\n      \"Autenticacao\": {\r\n         \"ChaveIntegracao\": \"{{Token}}\"\r\n      },\r\n      \"Filtro\": \"Atendimento = 2\"\r\n   }\r\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "https://{{minha_url}}/routerbox/ws/rbx_server_json.php",
                  "protocol": "https",
                  "host": [
                    "{{minha_url}}"
                  ],
                  "path": [
                    "routerbox",
                    "ws",
                    "rbx_server_json.php"
                  ]
                }
              },
              "response": []
            },
            {
              "name": "Consulta tópicos de atendimentos",
              "request": {
                "method": "POST",
                "header": [],
                "body": {
                  "mode": "raw",
                  "raw": "{\r\n   \"ConsultaTopicos\": {\r\n      \"Autenticacao\": {\r\n         \"ChaveIntegracao\": \"{{Token}}\"\r\n      },\r\n      \"Filtro\": \"Tipo = 'T'\"\r\n   }\r\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "https://{{minha_url}}/routerbox/ws/rbx_server_json.php",
                  "protocol": "https",
                  "host": [
                    "{{minha_url}}"
                  ],
                  "path": [
                    "routerbox",
                    "ws",
                    "rbx_server_json.php"
                  ]
                }
              },
              "response": []
            }
          ]
        },
        {
          "name": "Autenticações",
          "item": [
            {
              "name": "Consulta autenticações de clientes",
              "request": {
                "method": "POST",
                "header": [],
                "body": {
                  "mode": "raw",
                  "raw": "{\r\n      \"ConsultaAutenticacao\": {\r\n        \"Autenticacao\": {\r\n          \"ChaveIntegracao\": \"{{Token}}\"\r\n        },\r\n        \"Filtro\": \"Cliente = '1'\"\r\n      }\r\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "https://{{minha_url}}/routerbox/ws/rbx_server_json.php",
                  "protocol": "https",
                  "host": [
                    "{{minha_url}}"
                  ],
                  "path": [
                    "routerbox",
                    "ws",
                    "rbx_server_json.php"
                  ]
                }
              },
              "response": []
            },
            {
              "name": "Consulta autenticações de clientes (Com senha)",
              "request": {
                "method": "POST",
                "header": [],
                "body": {
                  "mode": "raw",
                  "raw": "{\r\n   \"ConsultaAutenticacaoSenha\": {\r\n      \"Autenticacao\": {\r\n         \"ChaveIntegracao\": \"{{Token}}\"\r\n      },\r\n      \"Filtro\": \"Cliente = '1'\"\r\n   }\r\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "https://{{minha_url}}/routerbox/ws/rbx_server_json.php",
                  "protocol": "https",
                  "host": [
                    "{{minha_url}}"
                  ],
                  "path": [
                    "routerbox",
                    "ws",
                    "rbx_server_json.php"
                  ]
                }
              },
              "response": []
            }
          ]
        },
        {
          "name": "Clientes",
          "item": [
            {
              "name": "Alteração de clientes",
              "request": {
                "method": "POST",
                "header": [],
                "body": {
                  "mode": "raw",
                  "raw": "{\r\n   \"ClienteAlteracao\":{\r\n      \"Autenticacao\":{\r\n         \"ChaveIntegracao\":\"{{Token}}\"\r\n      },\r\n      \"DadosCliente\":{\r\n         \"Codigo\":\"?\",\r\n         \"TipoPessoa\":\"?\",\r\n         \"CPF\":\"?\",\r\n         \"CNPJ\":\"?\",\r\n         \"Nome\":\"?\",\r\n         \"Endereco\":\"?\",\r\n         \"EndNumero\":\"?\",\r\n         \"Complemento\":\"?\",\r\n         \"Bairro\":\"?\",\r\n         \"CodMunicipio\":\"?\",\r\n         \"Distrito\":\"?\",\r\n         \"UF\":\"?\",\r\n         \"CEP\":\"?\",\r\n         \"TelComercial\":\"?\",\r\n         \"TelResidencial\":\"?\",\r\n         \"TelCelular\":\"?\",\r\n         \"Banco\":\"?\",\r\n         \"RG\":\"?\",\r\n         \"IE\":\"?\",\r\n         \"Nascimento\":\"?\",\r\n         \"CodCobr\":\"?\",\r\n         \"Cobranca\":\"?\",\r\n         \"CobrCartaoId\":\"?\",\r\n         \"TipoImpressao\":\"?\",\r\n         \"Convenio\":\"?\",\r\n         \"TipoAssinante\":\"?\",\r\n         \"CFOP\":\"?\",\r\n         \"DiaVencimento\":\"?\",\r\n         \"DiasProtesto\":\"?\",\r\n         \"DebitoAgencia\":\"?\",\r\n         \"DebitoOperacao\":\"?\",\r\n         \"DebitoConta\":\"?\",\r\n         \"Sigla\":\"?\",\r\n         \"CobrEndereco\":\"?\",\r\n         \"CobrEndNumero\":\"?\",\r\n         \"CobrComplemento\":\"?\",\r\n         \"CobrBairro\":\"?\",\r\n         \"CobrCidade\":\"?\",\r\n         \"CobrUF\":\"?\",\r\n         \"CobrCEP\":\"?\",\r\n         \"Bloqueavel\":\"?\",\r\n         \"Negativavel\":\"?\",\r\n         \"AvisoPagamento\":\"?\",\r\n         \"CobrGrupo\":\"?\",\r\n         \"Email\":\"?\",\r\n         \"EnviarBoletoEmail\":\"?\",\r\n         \"Observacoes\":\"?\",\r\n         \"BuscarCoordenadas\":\"?\",\r\n         \"Latitude\":\"?\",\r\n         \"Longitude\":\"?\",\r\n         \"Servidor\":\"?\",\r\n         \"Grupo\":\"?\",\r\n         \"TipoAssinante2\":\"?\",\r\n         \"ContribuinteICMS\":\"?\",\r\n         \"DadosAdicionais\":{\r\n            \"Id\":\"?\",\r\n            \"Codigo\":\"?\",\r\n            \"Valor\":\"?\"\r\n         },\r\n         \"Contatos\":[\r\n            {\r\n               \"Codigo\":\"?\",\r\n               \"Nome\":\"?\",\r\n               \"Tipo\":\"?\",\r\n               \"Complemento\":\"?\",\r\n               \"Email\":\"?\",\r\n               \"Telefone1\":\"?\",\r\n               \"Telefone2\":\"?\",\r\n               \"Telefone3\":\"?\",\r\n               \"Aniversario\":\"?\",\r\n               \"Situacao\":\"?\"\r\n            }\r\n         ],\r\n         \"TipoConta\":\"?\"\r\n      }\r\n   }\r\n}\r\n",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "https://{{minha_url}}/routerbox/ws/rbx_server_json.php",
                  "protocol": "https",
                  "host": [
                    "{{minha_url}}"
                  ],
                  "path": [
                    "routerbox",
                    "ws",
                    "rbx_server_json.php"
                  ]
                }
              },
              "response": []
            },
            {
              "name": "Alteração de mercados",
              "request": {
                "method": "POST",
                "header": [],
                "body": {
                  "mode": "raw",
                  "raw": "{\r\n   \"MercadoAlteracao\":{\r\n      \"Autenticacao\":{\r\n         \"ChaveIntegracao\":\"{{Token}}\"\r\n      },\r\n      \"DadosMercado\":{\r\n         \"Codigo\":\"?\",\r\n         \"TipoPessoa\":\"?\",\r\n         \"CPF\":\"?\",\r\n         \"CNPJ\":\"?\",\r\n         \"Nome\":\"?\",\r\n         \"Endereco\":\"?\",\r\n         \"EndNumero\":\"?\",\r\n         \"Complemento\":\"?\",\r\n         \"Bairro\":\"?\",\r\n         \"CodMunicipio\":\"?\",\r\n         \"Distrito\":\"?\",\r\n         \"UF\":\"?\",\r\n         \"CEP\":\"?\",\r\n         \"TelComercial\":\"?\",\r\n         \"TelResidencial\":\"?\",\r\n         \"TelCelular\":\"?\",\r\n         \"Banco\":\"?\",\r\n         \"RG\":\"?\",\r\n         \"IE\":\"?\",\r\n         \"Nascimento\":\"?\",\r\n         \"CodCobr\":\"?\",\r\n         \"Cobranca\":\"?\",\r\n         \"CobrCartaoId\":\"?\",\r\n         \"TipoImpressao\":\"?\",\r\n         \"Convenio\":\"?\",\r\n         \"TipoAssinante\":\"?\",\r\n         \"CFOP\":\"?\",\r\n         \"DiaVencimento\":\"?\",\r\n         \"DiasProtesto\":\"?\",\r\n         \"DebitoAgencia\":\"?\",\r\n         \"DebitoOperacao\":\"?\",\r\n         \"DebitoConta\":\"?\",\r\n         \"Sigla\":\"?\",\r\n         \"CobrEndereco\":\"?\",\r\n         \"CobrEndNumero\":\"?\",\r\n         \"CobrComplemento\":\"?\",\r\n         \"CobrBairro\":\"?\",\r\n         \"CobrCidade\":\"?\",\r\n         \"CobrUF\":\"?\",\r\n         \"CobrCEP\":\"?\",\r\n         \"Bloqueavel\":\"?\",\r\n         \"Negativavel\":\"?\",\r\n         \"AvisoPagamento\":\"?\",\r\n         \"CobrGrupo\":\"?\",\r\n         \"Email\":\"?\",\r\n         \"EnviarBoletoEmail\":\"?\",\r\n         \"Observacoes\":\"?\",\r\n         \"BuscarCoordenadas\":\"?\",\r\n         \"Latitude\":\"?\",\r\n         \"Longitude\":\"?\",\r\n         \"Servidor\":\"?\",\r\n         \"Grupo\":\"?\",\r\n         \"TipoAssinante2\":\"?\",\r\n         \"ContribuinteICMS\":\"?\",\r\n         \"DadosAdicionais\":{\r\n            \"Id\":\"?\",\r\n            \"Codigo\":\"?\",\r\n            \"Valor\":\"?\"\r\n         },\r\n         \"Contatos\":[\r\n            {\r\n               \"Codigo\":\"?\",\r\n               \"Nome\":\"?\",\r\n               \"Tipo\":\"?\",\r\n               \"Complemento\":\"?\",\r\n               \"Email\":\"?\",\r\n               \"Telefone1\":\"?\",\r\n               \"Telefone2\":\"?\",\r\n               \"Telefone3\":\"?\",\r\n               \"Aniversario\":\"?\",\r\n               \"Situacao\":\"?\"\r\n            }\r\n         ],\r\n         \"TipoConta\":\"?\"\r\n      }\r\n   }\r\n}\r\n",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "https://{{minha_url}}/routerbox/ws/rbx_server_json.php",
                  "protocol": "https",
                  "host": [
                    "{{minha_url}}"
                  ],
                  "path": [
                    "routerbox",
                    "ws",
                    "rbx_server_json.php"
                  ]
                }
              },
              "response": []
            },
            {
              "name": "Cadastro de clientes",
              "request": {
                "method": "POST",
                "header": [],
                "body": {
                  "mode": "raw",
                  "raw": "{\r\n   \"ClienteCadastro\":{\r\n      \"Autenticacao\":{\r\n         \"ChaveIntegracao\":\"{{Token}}\"\r\n      },\r\n      \"DadosCliente\":{\r\n         \"Codigo\":\"?\",\r\n         \"TipoPessoa\":\"?\",\r\n         \"CPF\":\"?\",\r\n         \"CNPJ\":\"?\",\r\n         \"Nome\":\"?\",\r\n         \"Endereco\":\"?\",\r\n         \"EndNumero\":\"?\",\r\n         \"Complemento\":\"?\",\r\n         \"Bairro\":\"?\",\r\n         \"CodMunicipio\":\"?\",\r\n         \"Distrito\":\"?\",\r\n         \"UF\":\"?\",\r\n         \"CEP\":\"?\",\r\n         \"TelComercial\":\"?\",\r\n         \"TelResidencial\":\"?\",\r\n         \"TelCelular\":\"?\",\r\n         \"Banco\":\"?\",\r\n         \"RG\":\"?\",\r\n         \"IE\":\"?\",\r\n         \"Nascimento\":\"?\",\r\n         \"CodCobr\":\"?\",\r\n         \"Cobranca\":\"?\",\r\n         \"CobrCartaoId\":\"?\",\r\n         \"TipoImpressao\":\"?\",\r\n         \"Convenio\":\"?\",\r\n         \"TipoAssinante\":\"?\",\r\n         \"CFOP\":\"?\",\r\n         \"DiaVencimento\":\"?\",\r\n         \"DiasProtesto\":\"?\",\r\n         \"DebitoAgencia\":\"?\",\r\n         \"DebitoOperacao\":\"?\",\r\n         \"DebitoConta\":\"?\",\r\n         \"Sigla\":\"?\",\r\n         \"CobrEndereco\":\"?\",\r\n         \"CobrEndNumero\":\"?\",\r\n         \"CobrComplemento\":\"?\",\r\n         \"CobrBairro\":\"?\",\r\n         \"CobrCidade\":\"?\",\r\n         \"CobrUF\":\"?\",\r\n         \"CobrCEP\":\"?\",\r\n         \"Bloqueavel\":\"?\",\r\n         \"Negativavel\":\"?\",\r\n         \"AvisoPagamento\":\"?\",\r\n         \"CobrGrupo\":\"?\",\r\n         \"Email\":\"?\",\r\n         \"EnviarBoletoEmail\":\"?\",\r\n         \"Observacoes\":\"?\",\r\n         \"BuscarCoordenadas\":\"?\",\r\n         \"Latitude\":\"?\",\r\n         \"Longitude\":\"?\",\r\n         \"Servidor\":\"?\",\r\n         \"Grupo\":\"?\",\r\n         \"TipoAssinante2\":\"?\",\r\n         \"ContribuinteICMS\":\"?\",\r\n         \"DadosAdicionais\":{\r\n            \"Id\":\"?\",\r\n            \"Codigo\":\"?\",\r\n            \"Valor\":\"?\"\r\n         },\r\n         \"Contatos\":[\r\n            {\r\n               \"Codigo\":\"?\",\r\n               \"Nome\":\"?\",\r\n               \"Tipo\":\"?\",\r\n               \"Complemento\":\"?\",\r\n               \"Email\":\"?\",\r\n               \"Telefone1\":\"?\",\r\n               \"Telefone2\":\"?\",\r\n               \"Telefone3\":\"?\",\r\n               \"Aniversario\":\"?\",\r\n               \"Situacao\":\"?\"\r\n            }\r\n         ],\r\n         \"TipoConta\":\"?\"\r\n      }\r\n   }\r\n}\r\n",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "https://{{minha_url}}/routerbox/ws/rbx_server_json.php",
                  "protocol": "https",
                  "host": [
                    "{{minha_url}}"
                  ],
                  "path": [
                    "routerbox",
                    "ws",
                    "rbx_server_json.php"
                  ]
                }
              },
              "response": []
            },
            {
              "name": "Cadastro de mercados",
              "request": {
                "method": "POST",
                "header": [],
                "body": {
                  "mode": "raw",
                  "raw": "{\r\n   \"MercadoCadastro\":{\r\n      \"Autenticacao\":{\r\n         \"ChaveIntegracao\":\"{{Token}}\"\r\n      },\r\n      \"DadosMercado\":{\r\n         \"Codigo\":\"?\",\r\n         \"TipoPessoa\":\"?\",\r\n         \"CPF\":\"?\",\r\n         \"CNPJ\":\"?\",\r\n         \"Nome\":\"?\",\r\n         \"Endereco\":\"?\",\r\n         \"EndNumero\":\"?\",\r\n         \"Complemento\":\"?\",\r\n         \"Bairro\":\"?\",\r\n         \"CodMunicipio\":\"?\",\r\n         \"Distrito\":\"?\",\r\n         \"UF\":\"?\",\r\n         \"CEP\":\"?\",\r\n         \"TelComercial\":\"?\",\r\n         \"TelResidencial\":\"?\",\r\n         \"TelCelular\":\"?\",\r\n         \"Banco\":\"?\",\r\n         \"RG\":\"?\",\r\n         \"IE\":\"?\",\r\n         \"Nascimento\":\"?\",\r\n         \"CodCobr\":\"?\",\r\n         \"Cobranca\":\"?\",\r\n         \"CobrCartaoId\":\"?\",\r\n         \"TipoImpressao\":\"?\",\r\n         \"Convenio\":\"?\",\r\n         \"TipoAssinante\":\"?\",\r\n         \"CFOP\":\"?\",\r\n         \"DiaVencimento\":\"?\",\r\n         \"DiasProtesto\":\"?\",\r\n         \"DebitoAgencia\":\"?\",\r\n         \"DebitoOperacao\":\"?\",\r\n         \"DebitoConta\":\"?\",\r\n         \"Sigla\":\"?\",\r\n         \"CobrEndereco\":\"?\",\r\n         \"CobrEndNumero\":\"?\",\r\n         \"CobrComplemento\":\"?\",\r\n         \"CobrBairro\":\"?\",\r\n         \"CobrCidade\":\"?\",\r\n         \"CobrUF\":\"?\",\r\n         \"CobrCEP\":\"?\",\r\n         \"Bloqueavel\":\"?\",\r\n         \"Negativavel\":\"?\",\r\n         \"AvisoPagamento\":\"?\",\r\n         \"CobrGrupo\":\"?\",\r\n         \"Email\":\"?\",\r\n         \"EnviarBoletoEmail\":\"?\",\r\n         \"Observacoes\":\"?\",\r\n         \"BuscarCoordenadas\":\"?\",\r\n         \"Latitude\":\"?\",\r\n         \"Longitude\":\"?\",\r\n         \"Servidor\":\"?\",\r\n         \"Grupo\":\"?\",\r\n         \"TipoAssinante2\":\"?\",\r\n         \"ContribuinteICMS\":\"?\",\r\n         \"DadosAdicionais\":{\r\n            \"Id\":\"?\",\r\n            \"Codigo\":\"?\",\r\n            \"Valor\":\"?\"\r\n         },\r\n         \"Contatos\":{\r\n            \"Codigo\":\"?\",\r\n            \"Nome\":\"?\",\r\n            \"Tipo\":\"?\",\r\n            \"Complemento\":\"?\",\r\n            \"Email\":\"?\",\r\n            \"Telefone1\":\"?\",\r\n            \"Telefone2\":\"?\",\r\n            \"Telefone3\":\"?\",\r\n            \"Aniversario\":\"?\",\r\n            \"Situacao\":\"?\"\r\n         },\r\n         \"TipoConta\":\"?\"\r\n      }\r\n   }\r\n}\r\n",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "https://{{minha_url}}/routerbox/ws/rbx_server_json.php",
                  "protocol": "https",
                  "host": [
                    "{{minha_url}}"
                  ],
                  "path": [
                    "routerbox",
                    "ws",
                    "rbx_server_json.php"
                  ]
                }
              },
              "response": []
            },
            {
              "name": "Consulta clientes",
              "request": {
                "method": "POST",
                "header": [],
                "body": {
                  "mode": "raw",
                  "raw": "{\r\n   \"ConsultaClientes\": {\r\n      \"Autenticacao\": {\r\n         \"ChaveIntegracao\": \"{{Token}}\"\r\n      },\r\n      \"Filtro\": \"Codigo = '1'\"\r\n   }\r\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "https://{{minha_url}}/routerbox/ws/rbx_server_json.php",
                  "protocol": "https",
                  "host": [
                    "{{minha_url}}"
                  ],
                  "path": [
                    "routerbox",
                    "ws",
                    "rbx_server_json.php"
                  ]
                }
              },
              "response": []
            },
            {
              "name": "Consulta clientes bloqueados",
              "request": {
                "method": "POST",
                "header": [],
                "body": {
                  "mode": "raw",
                  "raw": "{\r\n   \"ConsultaClientesBloqueados\": {\r\n      \"Autenticacao\": {\r\n         \"ChaveIntegracao\": \"{{Token}}\"\r\n      },\r\n      \"Filtro\": \"Nome = 'João da Silva'\"\r\n   }\r\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "https://{{minha_url}}/routerbox/ws/rbx_server_json.php",
                  "protocol": "https",
                  "host": [
                    "{{minha_url}}"
                  ],
                  "path": [
                    "routerbox",
                    "ws",
                    "rbx_server_json.php"
                  ]
                }
              },
              "response": []
            },
            {
              "name": "Consulta clientes com redução de banda",
              "request": {
                "method": "POST",
                "header": [],
                "body": {
                  "mode": "raw",
                  "raw": "{\r\n   \"ConsultaClientesReducao\": {\r\n      \"Autenticacao\": {\r\n         \"ChaveIntegracao\": \"{{Token}}\"\r\n      },\r\n      \"Filtro\": \"Cliente_Codigo = 1\"\r\n   }\r\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "https://{{minha_url}}/routerbox/ws/rbx_server_json.php",
                  "protocol": "https",
                  "host": [
                    "{{minha_url}}"
                  ],
                  "path": [
                    "routerbox",
                    "ws",
                    "rbx_server_json.php"
                  ]
                }
              },
              "response": []
            },
            {
              "name": "Consulta clientes on-line",
              "request": {
                "method": "POST",
                "header": [],
                "body": {
                  "mode": "raw",
                  "raw": "{\r\n   \"ConsultaClienteOnline\": {\r\n      \"Autenticacao\": {\r\n         \"ChaveIntegracao\": \"{{Token}}\"\r\n      },\r\n      \"Filtro\": \"Codigo = '1'\"\r\n   }\r\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "https://{{minha_url}}/routerbox/ws/rbx_server_json.php",
                  "protocol": "https",
                  "host": [
                    "{{minha_url}}"
                  ],
                  "path": [
                    "routerbox",
                    "ws",
                    "rbx_server_json.php"
                  ]
                }
              },
              "response": []
            },
            {
              "name": "Consulta complementos de contatos",
              "request": {
                "method": "POST",
                "header": [],
                "body": {
                  "mode": "raw",
                  "raw": "{\r\n   \"ConsultaComplementoContatos\": {\r\n      \"Autenticacao\": {\r\n         \"ChaveIntegracao\": \"{{Token}}\"\r\n      }\r\n   }\r\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "https://{{minha_url}}/routerbox/ws/rbx_server_json.php",
                  "protocol": "https",
                  "host": [
                    "{{minha_url}}"
                  ],
                  "path": [
                    "routerbox",
                    "ws",
                    "rbx_server_json.php"
                  ]
                }
              },
              "response": []
            },
            {
              "name": "Consulta contatos",
              "request": {
                "method": "POST",
                "header": [],
                "body": {
                  "mode": "raw",
                  "raw": "{\r\n   \"ConsultaContatos\": {\r\n      \"Autenticacao\": {\r\n         \"ChaveIntegracao\": \"{{Token}}\"\r\n      },\r\n      \"Filtro\": \"Cliente = 1\"\r\n   }\r\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "https://{{minha_url}}/routerbox/ws/rbx_server_json.php",
                  "protocol": "https",
                  "host": [
                    "{{minha_url}}"
                  ],
                  "path": [
                    "routerbox",
                    "ws",
                    "rbx_server_json.php"
                  ]
                }
              },
              "response": []
            },
            {
              "name": "Consulta dados adicionais de clientes, contratos e atendimentos",
              "request": {
                "method": "POST",
                "header": [],
                "body": {
                  "mode": "raw",
                  "raw": "{\r\n   \"ConsultarDadosAdicionais\": {\r\n      \"Autenticacao\": {\r\n         \"ChaveIntegracao\": \"{{Token}}\"\r\n      },\r\n      \"Filtro\": \"Tabela = 'Clientes' AND Chave = 9\"\r\n   }\r\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "https://{{minha_url}}/routerbox/ws/rbx_server_json.php",
                  "protocol": "https",
                  "host": [
                    "{{minha_url}}"
                  ],
                  "path": [
                    "routerbox",
                    "ws",
                    "rbx_server_json.php"
                  ]
                }
              },
              "response": []
            },
            {
              "name": "Consulta dados de cobrança de clientes",
              "request": {
                "method": "POST",
                "header": [],
                "body": {
                  "mode": "raw",
                  "raw": "{\r\n      \"ConsultaClientesCobranca\": {\r\n        \"Autenticacao\": {\r\n          \"ChaveIntegracao\": \"{{Token}}\"\r\n        },\r\n        \"Filtro\": \"Nome = 'João da Silva'\"\r\n      }\r\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "https://{{minha_url}}/routerbox/ws/rbx_server_json.php",
                  "protocol": "https",
                  "host": [
                    "{{minha_url}}"
                  ],
                  "path": [
                    "routerbox",
                    "ws",
                    "rbx_server_json.php"
                  ]
                }
              },
              "response": []
            },
            {
              "name": "Consulta equipamentos on-line",
              "request": {
                "method": "POST",
                "header": [],
                "body": {
                  "mode": "raw",
                  "raw": "{\r\n   \"ConsultaEquipamentosOnline\": {\r\n      \"Autenticacao\": {\r\n         \"ChaveIntegracao\": \"{{Token}}\"\r\n      },\r\n      \"Filtro\": \"Cliente_Codigo = '1'\"\r\n   }\r\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "https://{{minha_url}}/routerbox/ws/rbx_server_json.php",
                  "protocol": "https",
                  "host": [
                    "{{minha_url}}"
                  ],
                  "path": [
                    "routerbox",
                    "ws",
                    "rbx_server_json.php"
                  ]
                }
              },
              "response": []
            },
            {
              "name": "Consulta grupos de clientes",
              "request": {
                "method": "POST",
                "header": [],
                "body": {
                  "mode": "raw",
                  "raw": "{\r\n   \"ConsultaGruposCliente\": {\r\n      \"Autenticacao\": {\r\n         \"ChaveIntegracao\": \"{{Token}}\"\r\n      }\r\n   }\r\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "https://{{minha_url}}/routerbox/ws/rbx_server_json.php",
                  "protocol": "https",
                  "host": [
                    "{{minha_url}}"
                  ],
                  "path": [
                    "routerbox",
                    "ws",
                    "rbx_server_json.php"
                  ]
                }
              },
              "response": []
            },
            {
              "name": "Consulta mercados",
              "request": {
                "method": "POST",
                "header": [],
                "body": {
                  "mode": "raw",
                  "raw": "{\r\n   \"ConsultaMercados\": {\r\n      \"Autenticacao\": {\r\n         \"ChaveIntegracao\": \"{{Token}}\"\r\n      },\r\n      \"Filtro\": \"Codigo = 1\"\r\n   }\r\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "https://{{minha_url}}/routerbox/ws/rbx_server_json.php",
                  "protocol": "https",
                  "host": [
                    "{{minha_url}}"
                  ],
                  "path": [
                    "routerbox",
                    "ws",
                    "rbx_server_json.php"
                  ]
                }
              },
              "response": []
            }
          ]
        },
        {
          "name": "Contratos",
          "item": [
            {
              "name": "Consulta concorrência",
              "request": {
                "method": "POST",
                "header": [],
                "body": {
                  "mode": "raw",
                  "raw": "{\r\n   \"ConsultaConcorrencia\": {\r\n      \"Autenticacao\": {\r\n         \"ChaveIntegracao\": \"{{Token}}\"\r\n      }\r\n   }\r\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "https://{{minha_url}}/routerbox/ws/rbx_server_json.php",
                  "protocol": "https",
                  "host": [
                    "{{minha_url}}"
                  ],
                  "path": [
                    "routerbox",
                    "ws",
                    "rbx_server_json.php"
                  ]
                }
              },
              "response": []
            },
            {
              "name": "Consulta contratos",
              "request": {
                "method": "POST",
                "header": [],
                "body": {
                  "mode": "raw",
                  "raw": "{\r\n   \"ConsultaContratos\": {\r\n      \"Autenticacao\": {\r\n         \"ChaveIntegracao\": \"UAHS531AUSHUQ727182HNUHE18H37H\"\r\n      },\r\n      \"Filtro\": \"Plano_Codigo = '1'\"\r\n   }\r\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "https://{{minha_url}}/routerbox/ws/rbx_server_json.php",
                  "protocol": "https",
                  "host": [
                    "{{minha_url}}"
                  ],
                  "path": [
                    "routerbox",
                    "ws",
                    "rbx_server_json.php"
                  ]
                }
              },
              "response": []
            },
            {
              "name": "Consulta contratos bloqueados",
              "request": {
                "method": "POST",
                "header": [],
                "body": {
                  "mode": "raw",
                  "raw": "{\r\n   \"ConsultaContratosBloqueados\": {\r\n      \"Autenticacao\": {\r\n         \"ChaveIntegracao\": \"UAHS531AUSHUQ727182HNUHE18H37H\"\r\n      },\r\n      \"Filtro\": \"Cliente_Nome = 'João da Silva'\"\r\n   }\r\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "https://{{minha_url}}/routerbox/ws/rbx_server_json.php",
                  "protocol": "https",
                  "host": [
                    "{{minha_url}}"
                  ],
                  "path": [
                    "routerbox",
                    "ws",
                    "rbx_server_json.php"
                  ]
                }
              },
              "response": []
            },
            {
              "name": "Consulta motivos de cancelamento",
              "request": {
                "method": "POST",
                "header": [],
                "body": {
                  "mode": "raw",
                  "raw": "{\r\n   \"ConsultaMotivosCancelamento\": {\r\n      \"Autenticacao\": {\r\n         \"ChaveIntegracao\": \"UAHS531AUSHUQ727182HNUHE18H37H\"\r\n      }\r\n   }\r\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "https://{{minha_url}}/routerbox/ws/rbx_server_json.php",
                  "protocol": "https",
                  "host": [
                    "{{minha_url}}"
                  ],
                  "path": [
                    "routerbox",
                    "ws",
                    "rbx_server_json.php"
                  ]
                }
              },
              "response": []
            }
          ]
        },
        {
          "name": "Estoque",
          "item": [
            {
              "name": "Consulta modelos de produtos",
              "request": {
                "method": "POST",
                "header": [],
                "body": {
                  "mode": "raw",
                  "raw": "{\r\n   \"ConsultaModelosProduto\": {\r\n      \"Autenticacao\": {\r\n         \"ChaveIntegracao\": \"{{Token}}\"\r\n      },\r\n      \"Filtro\": \"Codigo = '1'\"\r\n   }\r\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "https://{{minha_url}}/routerbox/ws/rbx_server_json.php",
                  "protocol": "https",
                  "host": [
                    "{{minha_url}}"
                  ],
                  "path": [
                    "routerbox",
                    "ws",
                    "rbx_server_json.php"
                  ]
                }
              },
              "response": []
            },
            {
              "name": "Consulta tipos de produtos",
              "request": {
                "method": "POST",
                "header": [],
                "body": {
                  "mode": "raw",
                  "raw": "{\r\n   \"ConsultaTiposProduto\": {\r\n      \"Autenticacao\": {\r\n         \"ChaveIntegracao\": \"UAHS531AUSHUQ727182HNUHE18H37H\"\r\n      },\r\n      \"Filtro\": \"Codigo = '1'\"\r\n   }\r\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "https://{{minha_url}}/routerbox/ws/rbx_server_json.php",
                  "protocol": "https",
                  "host": [
                    "{{minha_url}}"
                  ],
                  "path": [
                    "routerbox",
                    "ws",
                    "rbx_server_json.php"
                  ]
                }
              },
              "response": []
            },
            {
              "name": "Consulta unidades de produtos",
              "request": {
                "method": "POST",
                "header": [],
                "body": {
                  "mode": "raw",
                  "raw": "{\r\n   \"ConsultaUnidadesProduto\": {\r\n      \"Autenticacao\": {\r\n         \"ChaveIntegracao\": \"{{Token}}\"\r\n      },\r\n      \"Filtro\": \"Codigo = '1'\"\r\n   }\r\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "https://{{minha_url}}/routerbox/ws/rbx_server_json.php",
                  "protocol": "https",
                  "host": [
                    "{{minha_url}}"
                  ],
                  "path": [
                    "routerbox",
                    "ws",
                    "rbx_server_json.php"
                  ]
                }
              },
              "response": []
            }
          ]
        },
        {
          "name": "Financeiro",
          "item": [
            {
              "name": "Cadastro de notas fiscais",
              "request": {
                "method": "POST",
                "header": [],
                "body": {
                  "mode": "raw",
                  "raw": "{\r\n   \"NotasFiscaisCadastro\": {\r\n      \"Autenticacao\": {\r\n         \"ChaveIntegracao\": \"{{Token}}\"\r\n      },\r\n      \"DadosNota\": {\r\n         \"Nota\": {\r\n            \"Cabecalho\": {\r\n               \"CodigoCliente\": \"9\",\r\n               \"Modelo\": \"21\",\r\n               \"DataEmissao\": \"2023-12-01\",\r\n               \"TipoUtilizacao\": \"4\",\r\n               \"NaturezaOperacao\": \"Prestacao de Servicos de Comunicacao\",\r\n               \"InformacoesAdicionais\": \"Informações adicionais da nota\",\r\n               \"Situacao\": \"N\"\r\n            },\r\n            \"Itens\": {\r\n               \"Item\": {\r\n                  \"Codigo\": \"RBX2023\",\r\n                  \"Descricao\": \"Descrição do item 1\",\r\n                  \"CFOP\": \"5301\",\r\n                  \"Unidade\": \"UN\",\r\n                  \"Valor\": \"150.00\",\r\n                  \"ICMSValorBaseCalculo\": \"100.00\",\r\n                  \"ICMSValorAliquota\": \"10.00\",\r\n                  \"ICMSCodigoReducaoBaseCalculo\": \"01\",\r\n                  \"CodigoClassificacaoItem\": \"104\"\r\n               }\r\n            }\r\n         }\r\n      }\r\n   }\r\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "https://{{minha_url}}/routerbox/ws/rbx_server_json.php",
                  "protocol": "https",
                  "host": [
                    "{{minha_url}}"
                  ],
                  "path": [
                    "routerbox",
                    "ws",
                    "rbx_server_json.php"
                  ]
                }
              },
              "response": []
            },
            {
              "name": "Consulta cartões cadastrados",
              "request": {
                "method": "POST",
                "header": [],
                "body": {
                  "mode": "raw",
                  "raw": "{\r\n   \"ConsultaCartoesCadastrados\": {\r\n      \"Autenticacao\": {\r\n         \"ChaveIntegracao\": \"{{Token}}\"\r\n      },\r\n      \"Filtro\": \"TipoPessoa = 'C' AND CodigoPessoa = 1\"\r\n   }\r\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "https://{{minha_url}}/routerbox/ws/rbx_server_json.php",
                  "protocol": "https",
                  "host": [
                    "{{minha_url}}"
                  ],
                  "path": [
                    "routerbox",
                    "ws",
                    "rbx_server_json.php"
                  ]
                }
              },
              "response": []
            },
            {
              "name": "Consulta ciclos de faturamento",
              "request": {
                "method": "POST",
                "header": [],
                "body": {
                  "mode": "raw",
                  "raw": "{\r\n   \"ConsultaCiclosFaturamento\": {\r\n      \"Autenticacao\": {\r\n         \"ChaveIntegracao\": \"{{Token}}\"\r\n      }\r\n   }\r\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "https://{{minha_url}}/routerbox/ws/rbx_server_json.php",
                  "protocol": "https",
                  "host": [
                    "{{minha_url}}"
                  ],
                  "path": [
                    "routerbox",
                    "ws",
                    "rbx_server_json.php"
                  ]
                }
              },
              "response": []
            },
            {
              "name": "Consulta documentos baixados",
              "request": {
                "method": "POST",
                "header": [],
                "body": {
                  "mode": "raw",
                  "raw": "{\r\n   \"ConsultaDocumentosBaixados\": {\r\n      \"Autenticacao\": {\r\n         \"ChaveIntegracao\": \"{{Token}}\"\r\n      },\r\n      \"Filtro\": \"Movimento.Tipo = 'C' AND Movimento.Cliente = 10\"\r\n   }\r\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "https://{{minha_url}}/routerbox/ws/rbx_server_json.php",
                  "protocol": "https",
                  "host": [
                    "{{minha_url}}"
                  ],
                  "path": [
                    "routerbox",
                    "ws",
                    "rbx_server_json.php"
                  ]
                }
              },
              "response": []
            },
            {
              "name": "Consulta documentos em aberto",
              "request": {
                "method": "POST",
                "header": [],
                "body": {
                  "mode": "raw",
                  "raw": "{\r\n   \"ConsultaDocumentosAbertos\": {\r\n      \"Autenticacao\": {\r\n         \"ChaveIntegracao\": \"{{Token}}\"\r\n      },\r\n      \"Filtro\": \"Cliente = 1\"\r\n   }\r\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "https://{{minha_url}}/routerbox/ws/rbx_server_json.php",
                  "protocol": "https",
                  "host": [
                    "{{minha_url}}"
                  ],
                  "path": [
                    "routerbox",
                    "ws",
                    "rbx_server_json.php"
                  ]
                }
              },
              "response": []
            },
            {
              "name": "Consulta grupos de cobrança",
              "request": {
                "method": "POST",
                "header": [],
                "body": {
                  "mode": "raw",
                  "raw": "{\r\n   \"ConsultaGruposCobranca\": {\r\n      \"Autenticacao\": {\r\n         \"ChaveIntegracao\": \"{{Token}}\"\r\n      }\r\n   }\r\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "https://{{minha_url}}/routerbox/ws/rbx_server_json.php",
                  "protocol": "https",
                  "host": [
                    "{{minha_url}}"
                  ],
                  "path": [
                    "routerbox",
                    "ws",
                    "rbx_server_json.php"
                  ]
                }
              },
              "response": []
            },
            {
              "name": "Consulta linha digitável do boleto",
              "request": {
                "method": "POST",
                "header": [],
                "body": {
                  "mode": "raw",
                  "raw": "{\r\n   \"ConsultaLinhaDigitavelBoleto\": {\r\n      \"Autenticacao\": {\r\n         \"ChaveIntegracao\": \"{{Token}}\"\r\n      },\r\n      \"DadosLinhaDigitavelEntrada\": {\r\n         \"Tipo\": \"C\",\r\n         \"CliFor\": 1,\r\n         \"Documento\": 12345\r\n      }\r\n   }\r\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "https://{{minha_url}}/routerbox/ws/rbx_server_json.php",
                  "protocol": "https",
                  "host": [
                    "{{minha_url}}"
                  ],
                  "path": [
                    "routerbox",
                    "ws",
                    "rbx_server_json.php"
                  ]
                }
              },
              "response": []
            }
          ]
        },
        {
          "name": "Variados",
          "item": [
            {
              "name": "Cadastro de pedidos",
              "request": {
                "method": "POST",
                "header": [],
                "body": {
                  "mode": "raw",
                  "raw": "{\r\n   \"PedidoCadastro\": {\r\n      \"Autenticacao\": {\r\n         \"ChaveIntegracao\": \"{{Token}}\"\r\n      },\r\n      \"DadosPedido\": {\r\n         \"Geral\": {\r\n            \"Cliente\": \"6\",\r\n            \"TipoCliente\": \"C\",\r\n            \"CicloFat\": \"1\",\r\n            \"Assinatura\": \"2023-12-01\",\r\n            \"Vendedor\": \"joao.silva\",\r\n            \"Usuario\": \"joao.silva\"\r\n         },\r\n         \"EnderecoInstalacao\": {\r\n            \"Endereco\": \"Rua Presidente Nereu Ramos\",\r\n            \"Numero\": \"1001\",\r\n            \"Complemento\": \"\",\r\n            \"Bairro\": \"Centro\",\r\n            \"CodMunicipio\": \"4114807\",\r\n            \"UF\": \"PR\",\r\n            \"CEP\": \"86990000\"\r\n         },\r\n         \"EnderecoCobranca\": {\r\n            \"Endereco\": \"Rua Presidente Nereu Ramos\",\r\n            \"Numero\": \"1002\",\r\n            \"Complemento\": \"\",\r\n            \"Bairro\": \"Centro\",\r\n            \"CodMunicipio\": \"4114807\",\r\n            \"UF\": \"PR\",\r\n            \"CEP\": \"86990000\"\r\n         },\r\n         \"Adesao\": {\r\n            \"TipoPlano\": \"\",\r\n            \"CodigoPlano\": \"1\",\r\n            \"NroParcelas\": \"2\",\r\n            \"FormaPagto\": \"\",\r\n            \"Cobranca\": \"\",\r\n            \"Conta\": \"3\",\r\n            \"Historico\": \"1\",\r\n            \"Banco\": \"104\",\r\n            \"Convenio\": \"123456\",\r\n            \"PreLancamentoContabil\": \"\",\r\n            \"Parcelas\": {\r\n               \"Parcela\": [\r\n                  {\r\n                     \"Descricao\": \"Parcelas Pedido 001\",\r\n                     \"Vencimento\": \"2023-12-10\",\r\n                     \"Valor\": \"50.00\"\r\n                  },\r\n                  {\r\n                     \"Descricao\": \"Parcelas Pedido 001\",\r\n                     \"Vencimento\": \"2024-01-10\",\r\n                     \"Valor\": \"50.00\"\r\n                  }\r\n               ]\r\n            }\r\n         },\r\n         \"Itens\": {\r\n            \"ItemP\": {\r\n               \"Tipo\": \"P\",\r\n               \"Codigo\": \"1\",\r\n               \"InicioCobranca\": \"2023-12-01\",\r\n               \"AgruparCobranca\": \"S\",\r\n               \"DescPromoPrazo\": \"12\",\r\n               \"DescPromoValor\": -20,\r\n               \"DescPromoDesc\": \"DESCONTO PROMOCIONAL\"\r\n            }\r\n         }\r\n      }\r\n   }\r\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "https://{{minha_url}}/routerbox/ws/rbx_server_json.php",
                  "protocol": "https",
                  "host": [
                    "{{minha_url}}"
                  ],
                  "path": [
                    "routerbox",
                    "ws",
                    "rbx_server_json.php"
                  ]
                }
              },
              "response": []
            },
            {
              "name": "Consulta dados adicionais",
              "request": {
                "method": "POST",
                "header": [],
                "body": {
                  "mode": "raw",
                  "raw": "{\r\n   \"ConsultaDadosAdicionais\": {\r\n      \"Autenticacao\": {\r\n         \"ChaveIntegracao\": \"{{Token}}\"\r\n      }\r\n   }\r\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "https://{{minha_url}}/routerbox/ws/rbx_server_json.php",
                  "protocol": "https",
                  "host": [
                    "{{minha_url}}"
                  ],
                  "path": [
                    "routerbox",
                    "ws",
                    "rbx_server_json.php"
                  ]
                }
              },
              "response": []
            },
            {
              "name": "Consulta eventos do FailOver",
              "request": {
                "method": "POST",
                "header": [],
                "body": {
                  "mode": "raw",
                  "raw": "{\r\n   \"FailOverEvents\": {\r\n      \"Autenticacao\": {\r\n         \"ChaveIntegracao\": \"{{Token}}\"\r\n      },\r\n      \"Filtro\": \"Type = 'LINK'\"\r\n   }\r\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "https://{{minha_url}}/routerbox/ws/rbx_server_json.php",
                  "protocol": "https",
                  "host": [
                    "{{minha_url}}"
                  ],
                  "path": [
                    "routerbox",
                    "ws",
                    "rbx_server_json.php"
                  ]
                }
              },
              "response": []
            },
            {
              "name": "Consulta fornecedores",
              "request": {
                "method": "POST",
                "header": [],
                "body": {
                  "mode": "raw",
                  "raw": "{\r\n   \"ConsutaFornecedores\": {\r\n      \"Autenticacao\": {\r\n         \"ChaveIntegracao\": \"{{Token}}\"\r\n      },\r\n      \"Filtro\": \"Codigo = 1\"\r\n   }\r\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "https://{{minha_url}}/routerbox/ws/rbx_server_json.php",
                  "protocol": "https",
                  "host": [
                    "{{minha_url}}"
                  ],
                  "path": [
                    "routerbox",
                    "ws",
                    "rbx_server_json.php"
                  ]
                }
              },
              "response": []
            },
            {
              "name": "Consulta planos",
              "request": {
                "method": "POST",
                "header": [],
                "body": {
                  "mode": "raw",
                  "raw": "{\r\n   \"ConsultaPlanos\": {\r\n      \"Autenticacao\": {\r\n         \"ChaveIntegracao\": \"{{Token}}\"\r\n      }\r\n   }\r\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "https://{{minha_url}}/routerbox/ws/rbx_server_json.php",
                  "protocol": "https",
                  "host": [
                    "{{minha_url}}"
                  ],
                  "path": [
                    "routerbox",
                    "ws",
                    "rbx_server_json.php"
                  ]
                }
              },
              "response": []
            },
            {
              "name": "Consulta QoS",
              "request": {
                "method": "POST",
                "header": [],
                "body": {
                  "mode": "raw",
                  "raw": "{\r\n   \"ConsultaQoS\": {\r\n      \"Autenticacao\": {\r\n         \"ChaveIntegracao\": \"{{Token}}\"\r\n      }\r\n   }\r\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "https://{{minha_url}}/routerbox/ws/rbx_server_json.php",
                  "protocol": "https",
                  "host": [
                    "{{minha_url}}"
                  ],
                  "path": [
                    "routerbox",
                    "ws",
                    "rbx_server_json.php"
                  ]
                }
              },
              "response": []
            },
            {
              "name": "Consulta status do NAS",
              "request": {
                "method": "POST",
                "header": [],
                "body": {
                  "mode": "raw",
                  "raw": "{\r\n   \"ConsultaStatusNAS\": {\r\n      \"Autenticacao\": {\r\n         \"ChaveIntegracao\": \"{{Token}}\"\r\n      },\r\n      \"Filtro\": \"Online = 'N'\"\r\n   }\r\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "https://{{minha_url}}/routerbox/ws/rbx_server_json.php",
                  "protocol": "https",
                  "host": [
                    "{{minha_url}}"
                  ],
                  "path": [
                    "routerbox",
                    "ws",
                    "rbx_server_json.php"
                  ]
                }
              },
              "response": []
            },
            {
              "name": "Consulta usuários do sistema",
              "request": {
                "method": "POST",
                "header": [],
                "body": {
                  "mode": "raw",
                  "raw": "{\r\n   \"ConsultaUsuarios\": {\r\n      \"Autenticacao\": {\r\n         \"ChaveIntegracao\": \"{{Token}}\"\r\n      }\r\n   }\r\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "https://{{minha_url}}/routerbox/ws/rbx_server_json.php",
                  "protocol": "https",
                  "host": [
                    "{{minha_url}}"
                  ],
                  "path": [
                    "routerbox",
                    "ws",
                    "rbx_server_json.php"
                  ]
                }
              },
              "response": []
            }
          ]
        }
      ]
    },
    {
      "name": "Serviços v2.0",
      "item": [
        {
          "name": "Atendimentos",
          "item": [
            {
              "name": "Alteração de agendamento no atendimento",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "authentication_key",
                    "value": "{{Token}}",
                    "type": "text"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\r\n   \"ticket_appointment_update\": {\r\n      \"ticket_id\": 660,\r\n      \"appointment_date\": \"2024-09-01\",\r\n      \"appointment_time\": \"08:00\",\r\n      \"duration\": \"01:30\"\r\n   }\r\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "https://{{URL}}/routerbox/ws_json/ws_json.php",
                  "protocol": "https",
                  "host": [
                    "{{URL}}"
                  ],
                  "path": [
                    "routerbox",
                    "ws_json",
                    "ws_json.php"
                  ]
                }
              },
              "response": []
            },
            {
              "name": "Alteração de atendimentos",
              "request": {
                "auth": {
                  "type": "noauth"
                },
                "method": "POST",
                "header": [
                  {
                    "key": "authentication_key",
                    "value": "{{Token}}",
                    "type": "text"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\r\n  \"ticket_update\":\r\n  {\r\n    \"ticket_id\": 2381544,\r\n    \"priority\": 10,\r\n    \"status\": \"on_hold\"\r\n  }\r\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "https://{{URL}}/routerbox/ws_json/ws_json.php",
                  "protocol": "https",
                  "host": [
                    "{{URL}}"
                  ],
                  "path": [
                    "routerbox",
                    "ws_json",
                    "ws_json.php"
                  ]
                }
              },
              "response": []
            },
            {
              "name": "Alteração de checklist de atendimentos",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "authentication_key",
                    "value": "{{Token}}",
                    "type": "text"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\r\n   \"ticket_checklist_update\": {\r\n      \"ticket_id\": 101010,\r\n      \"checklist_id\": 2023,\r\n      \"checklist_set\": \"D\",\r\n      \"user\": \"usuario\"\r\n   }\r\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "https://{{URL}}/routerbox/ws_json/ws_json.php",
                  "protocol": "https",
                  "host": [
                    "{{URL}}"
                  ],
                  "path": [
                    "routerbox",
                    "ws_json",
                    "ws_json.php"
                  ]
                }
              },
              "response": []
            },
            {
              "name": "Alteração de situação da OS",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "authentication_key",
                    "value": "{{Token}}",
                    "type": "text"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\r\n   \"ticket_os_status_update\": {\r\n      \"ticket_id\": \"2381265\",\r\n      \"new_status\": \"running\",\r\n      \"coordinates\": {\r\n         \"latitude\": -23.49147466131137,\r\n         \"longitude\": -51.78737744243203\r\n      },\r\n      \"user\": \"usuario\"\r\n   }\r\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "https://{{URL}}/routerbox/ws_json/ws_json.php",
                  "protocol": "https",
                  "host": [
                    "{{URL}}"
                  ],
                  "path": [
                    "routerbox",
                    "ws_json",
                    "ws_json.php"
                  ]
                }
              },
              "response": []
            },
            {
              "name": "Consulta horários disponíveis para agendamento",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "authentication_key",
                    "value": "{{Token}}",
                    "type": "text"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\r\n   \"consult_appointments\": {\r\n      \"user\": \"pedro\",\r\n      \"appointment_date\": \"2025-10-16\"\r\n   }\r\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "https://{{URL}}/routerbox/ws_json/ws_json.php",
                  "protocol": "https",
                  "host": [
                    "{{URL}}"
                  ],
                  "path": [
                    "routerbox",
                    "ws_json",
                    "ws_json.php"
                  ]
                }
              },
              "response": []
            },
            {
              "name": "Consulta modos de atendimento",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "authentication_key",
                    "value": "{{Token}}",
                    "type": "text"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\r\n   \"get_tickets_mode\": {}\r\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "https://{{URL}}/routerbox/ws_json/ws_json.php",
                  "protocol": "https",
                  "host": [
                    "{{URL}}"
                  ],
                  "path": [
                    "routerbox",
                    "ws_json",
                    "ws_json.php"
                  ]
                }
              },
              "response": []
            },
            {
              "name": "Consulta slots disponíveis para agendamento",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "authentication_key",
                    "value": "{{Token}}",
                    "type": "text"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\r\n    \"consult_appointment_slots\": {\r\n        \"ticket_id\": 1509,\r\n        \"appointment_date\": \"2026-06-17\"\r\n    }\r\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "https://{{URL}}/routerbox/ws_json/ws_json.php",
                  "protocol": "https",
                  "host": [
                    "{{URL}}"
                  ],
                  "path": [
                    "routerbox",
                    "ws_json",
                    "ws_json.php"
                  ]
                }
              },
              "response": []
            },
            {
              "name": "Designação de atendimento",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "authentication_key",
                    "value": "{{Token}}",
                    "type": "text"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\r\n   \"ticket_assign\": {\r\n      \"ticket_id\": 2381852,\r\n      \"mode_assign\": \"E\",\r\n      \"target_type\": \"user\",\r\n      \"target_id\": \"usuario\"\r\n   }\r\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "https://{{URL}}/routerbox/ws_json/ws_json.php",
                  "protocol": "https",
                  "host": [
                    "{{URL}}"
                  ],
                  "path": [
                    "routerbox",
                    "ws_json",
                    "ws_json.php"
                  ]
                }
              },
              "response": []
            },
            {
              "name": "Encerramento de atendimento",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "authentication_key",
                    "value": "{{Token}}",
                    "type": "text"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\r\n   \"ticket_finish\": {\r\n      \"ticket_id\": 2381852,\r\n      \"cause_id\": 65874,\r\n      \"solution\": \"Solução do atendimento.\",\r\n      \"datetime\": \"2023-04-01 12:00:00\",\r\n      \"user\": \"usuario\"\r\n   }\r\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "https://{{URL}}/routerbox/ws_json/ws_json.php",
                  "protocol": "https",
                  "host": [
                    "{{URL}}"
                  ],
                  "path": [
                    "routerbox",
                    "ws_json",
                    "ws_json.php"
                  ]
                }
              },
              "response": []
            },
            {
              "name": "Geração de link para pesquisa de satisfação",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "authentication_key",
                    "value": "{{Token}}",
                    "type": "text"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\r\n   \"generate_questionare_link\": {\r\n      \"ticket\": 1\r\n   }\r\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "https://{{URL}}/routerbox/ws_json/ws_json.php",
                  "protocol": "https",
                  "host": [
                    "{{URL}}"
                  ],
                  "path": [
                    "routerbox",
                    "ws_json",
                    "ws_json.php"
                  ]
                }
              },
              "response": []
            },
            {
              "name": "Inclusão de agendamento avulso",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "authentication_key",
                    "value": "{{Token}}",
                    "type": "text"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\r\n   \"appointment_insert\": {\r\n      \"description\": \"Agendamento Teste Avulso\",\r\n      \"appointment_date\": \"2025-10-16\",\r\n      \"appointment_time\": \"11:00\",\r\n      \"duration\": \"01:00\",\r\n      \"user\": \"pedro.neto\",\r\n      \"recurrence\": \"no\",\r\n      \"reminder\": \"appointment_time\",\r\n      \"status\": \"to_confirm\"\r\n   }\r\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "https://{{URL}}/routerbox/ws_json/ws_json.php",
                  "protocol": "https",
                  "host": [
                    "{{URL}}"
                  ],
                  "path": [
                    "routerbox",
                    "ws_json",
                    "ws_json.php"
                  ]
                }
              },
              "response": []
            },
            {
              "name": "Inclusão de agendamento no atendimento",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "authentication_key",
                    "value": "{{Token}}",
                    "type": "text"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\r\n   \"ticket_appointment_insert\": {\r\n      \"ticket_id\": 2382219,\r\n      \"appointment_date\": \"2023-07-25\",\r\n      \"appointment_time\": \"08:00\",\r\n      \"duration\": \"01:30\"\r\n   }\r\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "https://{{URL}}/routerbox/ws_json/ws_json.php",
                  "protocol": "https",
                  "host": [
                    "{{URL}}"
                  ],
                  "path": [
                    "routerbox",
                    "ws_json",
                    "ws_json.php"
                  ]
                }
              },
              "response": []
            },
            {
              "name": "Inclusão de item em atendimento",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "authentication_key",
                    "value": "{{Token}}",
                    "type": "text"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\r\n   \"ticket_item_insert\": {\r\n      \"ticket_id\": 5248,\r\n      \"customer_id\": 125,\r\n      \"type\": \"product\",\r\n      \"operation\": \"sale\",\r\n      \"contract_id\": 1658,\r\n      \"item_id\": 1588,\r\n      \"serial_number\": \"A6587548\",\r\n      \"location_id\": 1,\r\n      \"quantity\": 1,\r\n      \"discount_amount\": 0,\r\n      \"installments_quantity\": 2,\r\n      \"installments_detail\": [\r\n         {\r\n            \"description\": \"Parcela 1\",\r\n            \"amount\": 10.5,\r\n            \"reference_period\": \"2023-04-01\"\r\n         },\r\n         {\r\n            \"description\": \"Parcela 2\",\r\n            \"amount\": 10.5,\r\n            \"reference_period\": \"2023-05-01\"\r\n         }\r\n      ],\r\n      \"dealer_id\": 15\r\n   }\r\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "https://{{URL}}/routerbox/ws_json/ws_json.php",
                  "protocol": "https",
                  "host": [
                    "{{URL}}"
                  ],
                  "path": [
                    "routerbox",
                    "ws_json",
                    "ws_json.php"
                  ]
                }
              },
              "response": []
            },
            {
              "name": "Inclusão de mensagens no atendimento",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "authentication_key",
                    "value": "{{Token}}",
                    "type": "text"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\r\n   \"chat_messages\": [\r\n      {\r\n         \"record\": \"2024-02-01 14:00:00\",\r\n         \"customer\": \"1\",\r\n         \"ticket_id\": \"1\",\r\n         \"attendant\": \"joao.silva\",\r\n         \"origin\": \"C\",\r\n         \"content\": \"Boa tarde, gostaria de tirar algumas dúvidas.\",\r\n         \"contact\": \"2\"\r\n      },\r\n      {\r\n         \"record\": \"2024-02-01 14:00:10\",\r\n         \"customer\": \"1\",\r\n         \"ticket_id\": \"1\",\r\n         \"attendant\": \"joao.silva\",\r\n         \"origin\": \"A\",\r\n         \"content\": \"Boa tarde. Como posso lhe ajudar?\",\r\n         \"contact\": \"2\"\r\n      }\r\n   ]\r\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "https://{{URL}}/routerbox/ws_json/ws_json.php",
                  "protocol": "https",
                  "host": [
                    "{{URL}}"
                  ],
                  "path": [
                    "routerbox",
                    "ws_json",
                    "ws_json.php"
                  ]
                }
              },
              "response": []
            },
            {
              "name": "Inclusão de ocorrência em atendimento",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "authentication_key",
                    "value": "{{Token}}",
                    "type": "text"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\r\n   \"ticket_occurrence_insert\": {\r\n      \"ticket_id\": 5248,\r\n      \"protocol_id\": 2020100000005248,\r\n      \"user\": \"usuario\",\r\n      \"description\": \"Ocorrência Avulsa.\",\r\n      \"latitude\": -23.491506,\r\n      \"longitude\": -51.7872292\r\n   }\r\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "https://{{URL}}/routerbox/ws_json/ws_json.php",
                  "protocol": "https",
                  "host": [
                    "{{URL}}"
                  ],
                  "path": [
                    "routerbox",
                    "ws_json",
                    "ws_json.php"
                  ]
                }
              },
              "response": []
            }
          ]
        },
        {
          "name": "Autenticações",
          "item": [
            {
              "name": "Alteração de autenticação",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "authentication_key",
                    "value": "{{Token}}",
                    "type": "text"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\r\n   \"authentication_update\": {\r\n      \"id\": 1665,\r\n      \"password\": \"s6c5e87s8s5s\"\r\n   }\r\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "https://{{URL}}/routerbox/ws_json/ws_json.php",
                  "protocol": "https",
                  "host": [
                    "{{URL}}"
                  ],
                  "path": [
                    "routerbox",
                    "ws_json",
                    "ws_json.php"
                  ]
                }
              },
              "response": []
            },
            {
              "name": "Cadastro de autenticação",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "authentication_key",
                    "value": "{{Token}}",
                    "type": "text"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\r\n   \"authentication_insert\": {\r\n      \"customer_id\": 22563,\r\n      \"contract_id\": 65874,\r\n      \"nas\": \"-2\",\r\n      \"port\": \"-1\",\r\n      \"user\": \"joaozinho\",\r\n      \"password\": \"s6c5e87s8s5s\",\r\n      \"mac\": \"\",\r\n      \"allow_access_subscriber_center\": true,\r\n      \"allow_update_password\": false,\r\n      \"force_password_update\": false,\r\n      \"profile_id\": 0,\r\n      \"comments\": \"Texto livre\",\r\n      \"status\": \"A\"\r\n   }\r\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "https://{{URL}}/routerbox/ws_json/ws_json.php",
                  "protocol": "https",
                  "host": [
                    "{{URL}}"
                  ],
                  "path": [
                    "routerbox",
                    "ws_json",
                    "ws_json.php"
                  ]
                }
              },
              "response": []
            },
            {
              "name": "Exclusão de autenticação",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "authentication_key",
                    "value": "{{Token}}",
                    "type": "text"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\r\n   \"authentication_delete\": {\r\n      \"id\": 1286\r\n   }\r\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "https://{{URL}}/routerbox/ws_json/ws_json.php",
                  "protocol": "https",
                  "host": [
                    "{{URL}}"
                  ],
                  "path": [
                    "routerbox",
                    "ws_json",
                    "ws_json.php"
                  ]
                }
              },
              "response": []
            }
          ]
        },
        {
          "name": "Clientes",
          "item": [
            {
              "name": "Alteração de contatos",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "authentication_key",
                    "value": "{{Token}}",
                    "type": "text"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\r\n   \"contact_update\": {\r\n      \"contact_id\": 221,\r\n      \"name\": \"João da Silva\",\r\n      \"email\": \"joao.silva@provedor.com\"\r\n   }\r\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "https://{{URL}}/routerbox/ws_json/ws_json.php",
                  "protocol": "https",
                  "host": [
                    "{{URL}}"
                  ],
                  "path": [
                    "routerbox",
                    "ws_json",
                    "ws_json.php"
                  ]
                }
              },
              "response": []
            },
            {
              "name": "Alteração de grupo de clientes",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "authentication_key",
                    "value": "{{Token}}",
                    "type": "text"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\r\n    \"client_group_update\": {\r\n        \"group_id\": 151,\r\n        \"name\": \"Grupo VIP\",\r\n        \"description\": \"Clientes de alta prioridade\",\r\n        \"priority\": 1,\r\n        \"status\": \"A\"\r\n    }\r\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "https://{{URL}}/routerbox/ws_json/ws_json.php",
                  "protocol": "https",
                  "host": [
                    "{{URL}}"
                  ],
                  "path": [
                    "routerbox",
                    "ws_json",
                    "ws_json.php"
                  ]
                }
              },
              "response": []
            },
            {
              "name": "Cadastro de contatos",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "authentication_key",
                    "value": "{{Token}}",
                    "type": "text"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\r\n   \"contact_create\": {\r\n      \"person_type\": \"C\",\r\n      \"person_id\": 330531,\r\n      \"name\": \"João da Silva\",\r\n      \"document_number\": \"94983655042\",\r\n      \"complement\": 1,\r\n      \"email\": \"joao.silva@provedor.com\",\r\n      \"phone_1\": \"4433221155\",\r\n      \"phone_2\": \"\",\r\n      \"phone_3\": \"\",\r\n      \"birthday\": \"1989-12-20\",\r\n      \"type\": \"G\",\r\n      \"status\": \"A\"\r\n   }\r\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "https://{{URL}}/routerbox/ws_json/ws_json.php",
                  "protocol": "https",
                  "host": [
                    "{{URL}}"
                  ],
                  "path": [
                    "routerbox",
                    "ws_json",
                    "ws_json.php"
                  ]
                }
              },
              "response": []
            },
            {
              "name": "Cadastro de grupo de clientes",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "authentication_key",
                    "value": "{{Token}}",
                    "type": "text"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\r\n    \"client_group_insert\": {\r\n        \"name\": \"Grupo VIP\",\r\n        \"description\": \"Clientes de alta prioridade\",\r\n        \"priority\": 1,\r\n        \"status\": \"A\"\r\n    }\r\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "https://{{URL}}/routerbox/ws_json/ws_json.php",
                  "protocol": "https",
                  "host": [
                    "{{URL}}"
                  ],
                  "path": [
                    "routerbox",
                    "ws_json",
                    "ws_json.php"
                  ]
                }
              },
              "response": []
            },
            {
              "name": "Cadastro de IP",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "authentication_key",
                    "value": "{{Token}}",
                    "type": "text"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\r\n   \"ip_insert\": {\r\n      \"customer_id\": 330593,\r\n      \"contract_id\": 9121,\r\n      \"ipv4\": {\r\n         \"ip_address\": \"10.10.10.20\",\r\n         \"mask\": \"255.255.255.0\",\r\n         \"gateway\": \"10.10.10.1\"\r\n      },\r\n      \"ipv6\": {\r\n         \"ip_address_wan\": \"2023:2023:0:4::/64\",\r\n         \"ip_address_delegated\": \"2023:db9:0:4::/64\"\r\n      },\r\n      \"mac\": \"1D:1D:1D:1D:1D:1D\",\r\n      \"remote_mac\": \"1D:1D:1D:1D:1D:1D\",\r\n      \"comments\": \"Texto livre\",\r\n      \"status\": \"A\"\r\n   }\r\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "https://{{URL}}/routerbox/ws_json/ws_json.php",
                  "protocol": "https",
                  "host": [
                    "{{URL}}"
                  ],
                  "path": [
                    "routerbox",
                    "ws_json",
                    "ws_json.php"
                  ]
                }
              },
              "response": []
            },
            {
              "name": "Consulta assinante da Tip MVNO",
              "request": {
                "auth": {
                  "type": "noauth"
                },
                "method": "POST",
                "header": [
                  {
                    "key": "authentication_key",
                    "value": "{{Token}}",
                    "type": "text"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\r\n    \"tipmvno_get_customer\": {\r\n        \"customer_id\": 142\r\n    }\r\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "https://{{URL}}/routerbox/ws_json/ws_json.php",
                  "protocol": "https",
                  "host": [
                    "{{URL}}"
                  ],
                  "path": [
                    "routerbox",
                    "ws_json",
                    "ws_json.php"
                  ]
                }
              },
              "response": []
            },
            {
              "name": "Consulta clientes enquadrados no Cobrador Virtual",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "authentication_key",
                    "value": "{{Token}}",
                    "type": "text"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\r\n   \"virtual_collector_costumer_list\": {\r\n      \"regra\": [\r\n         58\r\n      ]\r\n   }\r\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "https://{{URL}}/routerbox/ws_json/ws_json.php",
                  "protocol": "https",
                  "host": [
                    "{{URL}}"
                  ],
                  "path": [
                    "routerbox",
                    "ws_json",
                    "ws_json.php"
                  ]
                }
              },
              "response": []
            },
            {
              "name": "Consulta clientes on-line",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "authentication_key",
                    "value": "{{Token}}",
                    "type": "text"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\r\n   \"get_online_customer\": {\r\n      \"customer_id\": 330074\r\n   }\r\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "https://{{URL}}/routerbox/ws_json/ws_json.php",
                  "protocol": "https",
                  "host": [
                    "{{URL}}"
                  ],
                  "path": [
                    "routerbox",
                    "ws_json",
                    "ws_json.php"
                  ]
                }
              },
              "response": []
            },
            {
              "name": "Consulta dados adicionais",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "authentication_key",
                    "value": "{{Token}}",
                    "type": "text"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\r\n   \"consult_additional_data\": {\r\n      \"type\": [\r\n         \"customer_market\"\r\n      ]\r\n   }\r\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "https://{{URL}}/routerbox/ws_json/ws_json.php",
                  "protocol": "https",
                  "host": [
                    "{{URL}}"
                  ],
                  "path": [
                    "routerbox",
                    "ws_json",
                    "ws_json.php"
                  ]
                }
              },
              "response": []
            },
            {
              "name": "Consulta equipamentos cadastrados nos clientes",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "authentication_key",
                    "value": "{{Token}}",
                    "type": "text"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\r\n   \"get_equipment_customer\": {\r\n      \"customer_id\": 330531,\r\n      \"equipment_status\": \"active\"\r\n   }\r\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "https://{{URL}}/routerbox/ws_json/ws_json.php",
                  "protocol": "https",
                  "host": [
                    "{{URL}}"
                  ],
                  "path": [
                    "routerbox",
                    "ws_json",
                    "ws_json.php"
                  ]
                }
              },
              "response": []
            },
            {
              "name": "Consulta saldo de dados da Tip MVNO",
              "request": {
                "auth": {
                  "type": "noauth"
                },
                "method": "POST",
                "header": [
                  {
                    "key": "authentication_key",
                    "value": "{{Token}}",
                    "type": "text"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\r\n    \"tipmvno_get_simcard_balance\": {\r\n        \"customer_id\": 142,\r\n        \"contract_line_id\": 21\r\n    }\r\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "https://{{URL}}/routerbox/ws_json/ws_json.php",
                  "protocol": "https",
                  "host": [
                    "{{URL}}"
                  ],
                  "path": [
                    "routerbox",
                    "ws_json",
                    "ws_json.php"
                  ]
                }
              },
              "response": []
            },
            {
              "name": "Desconectar clientes on-line",
              "request": {
                "auth": {
                  "type": "noauth"
                },
                "method": "POST",
                "header": [
                  {
                    "key": "authentication_key",
                    "value": "{{Token}}",
                    "type": "text"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\r\n    \"disconnect_online_customer\": {\r\n        \"customer_id\": 3,\r\n        \"server_id\": 1,\r\n        \"nas_ip_address\": \"100.100.100.100\",\r\n        \"session_id\": \"P002004010010358\"\r\n    }\r\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "https://{{URL}}/routerbox/ws_json/ws_json.php",
                  "protocol": "https",
                  "host": [
                    "{{URL}}"
                  ],
                  "path": [
                    "routerbox",
                    "ws_json",
                    "ws_json.php"
                  ]
                }
              },
              "response": []
            },
            {
              "name": "Exclusão de contatos",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "authentication_key",
                    "value": "{{Token}}",
                    "type": "text"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\r\n   \"contact_delete\": {\r\n      \"contact_id\": 232\r\n   }\r\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "https://{{URL}}/routerbox/ws_json/ws_json.php",
                  "protocol": "https",
                  "host": [
                    "{{URL}}"
                  ],
                  "path": [
                    "routerbox",
                    "ws_json",
                    "ws_json.php"
                  ]
                }
              },
              "response": []
            },
            {
              "name": "Inserir recarga Tip MVNO",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "authentication_key",
                    "value": "{{Token}}",
                    "type": "text"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\r\n    \"tipmvno_insert_recharge\": {\r\n        \"customer_id\": 142,\r\n        \"contract_line_id\": 21,\r\n        \"recharge_id\": 1\r\n    }\r\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "https://{{URL}}/routerbox/ws_json/ws_json.php",
                  "protocol": "https",
                  "host": [
                    "{{URL}}"
                  ],
                  "path": [
                    "routerbox",
                    "ws_json",
                    "ws_json.php"
                  ]
                }
              },
              "response": []
            }
          ]
        },
        {
          "name": "Contratos",
          "item": [
            {
              "name": "Alteração de contrato em degustação",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "authentication_key",
                    "value": "{{Token}}",
                    "type": "text"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\r\n   \"temporary_plan_update\": {\r\n      \"id\": 110,\r\n      \"temporary_plan_id\": 16,\r\n      \"start_period\": \"2023-04-01 00:00:00\",\r\n      \"finish_period\": \"2023-04-30 23:59:59\"\r\n   }\r\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "https://{{URL}}/routerbox/ws_json/ws_json.php",
                  "protocol": "https",
                  "host": [
                    "{{URL}}"
                  ],
                  "path": [
                    "routerbox",
                    "ws_json",
                    "ws_json.php"
                  ]
                }
              },
              "response": []
            },
            {
              "name": "Alteração de contrato",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "authentication_key",
                    "value": "{{Token}}",
                    "type": "text"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\r\n   \"contract_update\":{\r\n      \"customer_id\": 123,\r\n      \"contract_id\": 456,\r\n      \"quantity\": 1,\r\n      \"adhesion_value\": 50.0,\r\n      \"discount_value\": 10.0,\r\n      \"due_date_id\": 5,\r\n      \"signature_date\": \"2025-01-01\",\r\n      \"start_date\": \"2025-01-05\",\r\n      \"bank_billing\": 1,\r\n      \"bank_agreement\": \"123456\",\r\n      \"group_contract\": \"S\",\r\n      \"signature\": true,\r\n      \"text\": \"Atualização de contrato via API.\",\r\n      \"seller_name\": \"João da Silva\",\r\n      \"sla_id\": 2,\r\n      \"qos_id\": 3,\r\n      \"online_signature\":{\r\n         \"option\": \"required\",\r\n         \"templates\":[\r\n            \"1\",\r\n            \"2\"\r\n         ]\r\n      },\r\n      \"by_dealer_id\": 4,\r\n      \"from_dealer_id\": 6\r\n   }\r\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "https://{{URL}}/routerbox/ws_json/ws_json.php",
                  "protocol": "https",
                  "host": [
                    "{{URL}}"
                  ],
                  "path": [
                    "routerbox",
                    "ws_json",
                    "ws_json.php"
                  ]
                }
              },
              "response": []
            },
            {
              "name": "Alteração do desconto promocional do contrato",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "authentication_key",
                    "value": "{{Token}}",
                    "type": "text"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\r\n   \"promotional_contract_discount_update\": {\r\n      \"customer\": 330624,\r\n      \"contract_number\": 9626,\r\n      \"discount_period\": 12,\r\n      \"discount_value\": 15.00,\r\n      \"discount_description \": \"Desconto de 12 Meses\"\r\n   }\r\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "https://{{URL}}/routerbox/ws_json/ws_json.php",
                  "protocol": "https",
                  "host": [
                    "{{URL}}"
                  ],
                  "path": [
                    "routerbox",
                    "ws_json",
                    "ws_json.php"
                  ]
                }
              },
              "response": []
            },
            {
              "name": "Assinatura de contrato",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "authentication_key",
                    "value": "{{Token}}",
                    "type": "text"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\r\n   \"contract_signature\": {\r\n      \"customer_id\": 22563,\r\n      \"contract_id\": 65874,\r\n      \"update_start_date\": true\r\n   }\r\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "https://{{URL}}/routerbox/ws_json/ws_json.php",
                  "protocol": "https",
                  "host": [
                    "{{URL}}"
                  ],
                  "path": [
                    "routerbox",
                    "ws_json",
                    "ws_json.php"
                  ]
                }
              },
              "response": []
            },
            {
              "name": "Ativação de contrato",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "authentication_key",
                    "value": "{{Token}}",
                    "type": "text"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\r\n   \"contract_activate\": {\r\n      \"customer_id\": 22563,\r\n      \"contract_id\": 65874\r\n   }\r\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "https://{{URL}}/routerbox/ws_json/ws_json.php",
                  "protocol": "https",
                  "host": [
                    "{{URL}}"
                  ],
                  "path": [
                    "routerbox",
                    "ws_json",
                    "ws_json.php"
                  ]
                }
              },
              "response": []
            },
            {
              "name": "Bloqueio de contrato",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "authentication_key",
                    "value": "{{Token}}",
                    "type": "text"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\r\n   \"contract_block\": {\r\n      \"customer_id\": 22563,\r\n      \"contract_id\": 65874\r\n   }\r\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "https://{{URL}}/routerbox/ws_json/ws_json.php",
                  "protocol": "https",
                  "host": [
                    "{{URL}}"
                  ],
                  "path": [
                    "routerbox",
                    "ws_json",
                    "ws_json.php"
                  ]
                }
              },
              "response": []
            },
            {
              "name": "Cadastro de contrato de degustação",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "authentication_key",
                    "value": "{{Token}}",
                    "type": "text"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\r\n   \"temporary_plan_insert\": {\r\n      \"customer_id\": 2563,\r\n      \"contract_id\": 26552,\r\n      \"temporary_plan_id\": 15,\r\n      \"start_period\": \"2023-04-01 00:00:00\",\r\n      \"finish_period\": \"2023-04-30 23:59:59\"\r\n   }\r\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "https://{{URL}}/routerbox/ws_json/ws_json.php",
                  "protocol": "https",
                  "host": [
                    "{{URL}}"
                  ],
                  "path": [
                    "routerbox",
                    "ws_json",
                    "ws_json.php"
                  ]
                }
              },
              "response": []
            },
            {
              "name": "Cancelamento de contrato",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "authentication_key",
                    "value": "{{Token}}",
                    "type": "text"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\r\n   \"contract_cancel\": {\r\n      \"customer_id\": 330531,\r\n      \"contract_id\": 9009,\r\n      \"reason_id\": 1,\r\n      \"cancel_competition_id\": 1,\r\n      \"billing\": {\r\n         \"future_cancel\": true,\r\n         \"cancellation_period_action\": \"block\",\r\n         \"reason_id\": 3\r\n      },\r\n      \"pre_billing\": {\r\n         \"cancel\": true,\r\n         \"cancellation_period_action\": \"cancel\"\r\n      },\r\n      \"fine\": {\r\n         \"account_id\": 3,\r\n         \"historic_id\": 1\r\n      },\r\n      \"os\": {\r\n         \"open\": true,\r\n         \"target_type\": \"topic\",\r\n         \"target_id\": 5\r\n      }\r\n   }\r\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "https://{{URL}}/routerbox/ws_json/ws_json.php",
                  "protocol": "https",
                  "host": [
                    "{{URL}}"
                  ],
                  "path": [
                    "routerbox",
                    "ws_json",
                    "ws_json.php"
                  ]
                }
              },
              "response": []
            },
            {
              "name": "Cancelamento de suspensão temporária de contrato",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "authentication_key",
                    "value": "{{Token}}",
                    "type": "text"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\r\n   \"contract_suspend_temporary_cancel\": {\r\n      \"customer_id\": 5248,\r\n      \"contract_id\": 6254,\r\n      \"user\": \"joao\"\r\n   }\r\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "https://{{URL}}/routerbox/ws_json/ws_json.php",
                  "protocol": "https",
                  "host": [
                    "{{URL}}"
                  ],
                  "path": [
                    "routerbox",
                    "ws_json",
                    "ws_json.php"
                  ]
                }
              },
              "response": []
            },
            {
              "name": "Desativação de contrato em degustação",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "authentication_key",
                    "value": "{{Token}}",
                    "type": "text"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\r\n   \"temporary_plan_disable\": {\r\n      \"id\": 110\r\n   }\r\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "https://{{URL}}/routerbox/ws_json/ws_json.php",
                  "protocol": "https",
                  "host": [
                    "{{URL}}"
                  ],
                  "path": [
                    "routerbox",
                    "ws_json",
                    "ws_json.php"
                  ]
                }
              },
              "response": []
            },
            {
              "name": "Desbloqueio de contrato",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "authentication_key",
                    "value": "{{Token}}",
                    "type": "text"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\r\n   \"contract_unblock\": {\r\n      \"customer_id\": 330593,\r\n      \"contract_id\": 9121\r\n   }\r\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "https://{{URL}}/routerbox/ws_json/ws_json.php",
                  "protocol": "https",
                  "host": [
                    "{{URL}}"
                  ],
                  "path": [
                    "routerbox",
                    "ws_json",
                    "ws_json.php"
                  ]
                }
              },
              "response": []
            },
            {
              "name": "Exclusão do desconto promocional do contrato",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "authentication_key",
                    "value": "{{Token}}",
                    "type": "text"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\r\n   \"promotional_contract_discount_delete\": {\r\n      \"customer\": 330624,\r\n      \"contract_number\": 9626\r\n   }\r\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "https://{{URL}}/routerbox/ws_json/ws_json.php",
                  "protocol": "https",
                  "host": [
                    "{{URL}}"
                  ],
                  "path": [
                    "routerbox",
                    "ws_json",
                    "ws_json.php"
                  ]
                }
              },
              "response": []
            },
            {
              "name": "Geração de contrato em html",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "authentication_key",
                    "value": "{{Token}}",
                    "type": "text"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\r\n   \"contract_generate_html\": {\r\n      \"customer_id\": 330531,\r\n      \"contract_id\": 9009,\r\n      \"contract_model_id\": [\r\n         14,\r\n         17\r\n      ],\r\n      \"generate_link\": true\r\n   }\r\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "https://{{URL}}/routerbox/ws_json/ws_json.php",
                  "protocol": "https",
                  "host": [
                    "{{URL}}"
                  ],
                  "path": [
                    "routerbox",
                    "ws_json",
                    "ws_json.php"
                  ]
                }
              },
              "response": []
            },
            {
              "name": "Gestão de endereços dos contratos",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "authentication_key",
                    "value": "{{Token}}",
                    "type": "text"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\r\n   \"contract_address\": {\r\n      \"customer_id\": 330624,\r\n      \"contract_id\": 9626,\r\n      \"address\": \"Rua Presidente Nereu Ramos\",\r\n      \"number\": 102,\r\n      \"neighborhood\": \"Centro\",\r\n      \"complement\": \"RBXSoft\",\r\n      \"city_id\": 4114807,\r\n      \"state\": \"PR\",\r\n      \"zip_code\": 86990000\r\n   }\r\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "https://{{URL}}/routerbox/ws_json/ws_json.php",
                  "protocol": "https",
                  "host": [
                    "{{URL}}"
                  ],
                  "path": [
                    "routerbox",
                    "ws_json",
                    "ws_json.php"
                  ]
                }
              },
              "response": []
            },
            {
              "name": "Inclusão de contrato",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "authentication_key",
                    "value": "{{Token}}",
                    "type": "text"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\r\n    \"contract_insert\": {\r\n        \"customer_id\": 1023,\r\n        \"seller_name\": \"João da Silva\",\r\n        \"type\": \"Plan\",\r\n        \"plan_data\": {\r\n            \"id\": 45,\r\n            \"quantity\": 2,\r\n            \"attach_package_id\": \"12\",\r\n            \"qos_id\": 3,\r\n            \"sla_id\": 7,\r\n            \"group_contract\": \"yes\",\r\n            \"bank_billing\": 341,\r\n            \"bank_agreement\": \"123456\",\r\n            \"additional_data\": [\r\n                {\r\n                    \"code\": 10,\r\n                    \"content\": \"Instalação prioritária\"\r\n                },\r\n                {\r\n                    \"code\": 11,\r\n                    \"content\": \"Cliente VIP\"\r\n                }\r\n            ],\r\n            \"online_signature\": {\r\n                \"option\": \"required\",\r\n                \"templates\": \"1,2,5\"\r\n            },\r\n            \"by_dealer_id\": 58,\r\n            \"from_dealer_id\": 12\r\n        },\r\n        \"discount_value\": 50.00,\r\n        \"duration\": 12,\r\n        \"due_date_id\": 3,\r\n        \"signature_date\": \"2025-10-29\",\r\n        \"start_date\": \"2025-11-01\",\r\n        \"signature\": \"yes\",\r\n        \"generate_adhesion\": {\r\n            \"installments\": [\r\n                {\r\n                    \"value\": 100.00,\r\n                    \"due_date\": \"2025-11-10\"\r\n                },\r\n                {\r\n                    \"value\": 100.00,\r\n                    \"due_date\": \"2025-12-10\"\r\n                }\r\n            ],\r\n            \"billet\": \"single_billet\",\r\n            \"charge\": \"registered\",\r\n            \"account_id\": 1234,\r\n            \"historic_id\": 56,\r\n            \"bank\": 341,\r\n            \"bank_agreement\": \"123456\",\r\n            \"accounting_launch\": 789\r\n        },\r\n        \"installation_address\": {\r\n            \"country\": \"Brasil\",\r\n            \"zipcode\": \"86990000\",\r\n            \"street\": \"Rua das Flores\",\r\n            \"number\": 123,\r\n            \"neighborhood\": \"Centro\",\r\n            \"additional_details\": \"Casa 2, portão azul\",\r\n            \"state\": \"PR\",\r\n            \"city\": \"101010\",\r\n            \"maps_lat\": -23.4842,\r\n            \"maps_lng\": -51.7921,\r\n            \"billing_address\": \"no\"\r\n        },\r\n        \"billing_address\": {\r\n            \"country\": \"Brasil\",\r\n            \"zipcode\": \"86990001\",\r\n            \"street\": \"Av. Brasil\",\r\n            \"number\": 500,\r\n            \"neighborhood\": \"Zona 1\",\r\n            \"additional_details\": \"Apartamento 101\",\r\n            \"state\": \"PR\",\r\n            \"city\": \"101010\",\r\n            \"maps_lat\": -23.4850,\r\n            \"maps_lng\": -51.7900\r\n        }\r\n    }\r\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "https://{{URL}}/routerbox/ws_json/ws_json.php",
                  "protocol": "https",
                  "host": [
                    "{{URL}}"
                  ],
                  "path": [
                    "routerbox",
                    "ws_json",
                    "ws_json.php"
                  ]
                }
              },
              "response": []
            },
            {
              "name": "Listagem de contratos em degustação",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "authentication_key",
                    "value": "{{Token}}",
                    "type": "text"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\r\n   \"temporary_plan_list\": {\r\n      \"start_period\": \"2023-04-01 12:00:00\"\r\n   }\r\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "https://{{URL}}/routerbox/ws_json/ws_json.php",
                  "protocol": "https",
                  "host": [
                    "{{URL}}"
                  ],
                  "path": [
                    "routerbox",
                    "ws_json",
                    "ws_json.php"
                  ]
                }
              },
              "response": []
            },
            {
              "name": "Motivos de transferência de contratos",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "authentication_key",
                    "value": "{{Token}}",
                    "type": "text"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\r\n   \"reasons_for_transfer\": {}\r\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "https://{{URL}}/routerbox/ws_json/ws_json.php",
                  "protocol": "https",
                  "host": [
                    "{{URL}}"
                  ],
                  "path": [
                    "routerbox",
                    "ws_json",
                    "ws_json.php"
                  ]
                }
              },
              "response": []
            },
            {
              "name": "Suspensão temporária de contrato",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "authentication_key",
                    "value": "{{Token}}",
                    "type": "text"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\r\n   \"contract_suspend_temporary\": {\r\n      \"customer_id\": 5248,\r\n      \"contract_id\": 6254,\r\n      \"duration\": 30,\r\n      \"start_date\": \"2023-04-01\",\r\n      \"user\": \"usuario\",\r\n      \"ticket_id\": 3265\r\n   }\r\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "https://{{URL}}/routerbox/ws_json/ws_json.php",
                  "protocol": "https",
                  "host": [
                    "{{URL}}"
                  ],
                  "path": [
                    "routerbox",
                    "ws_json",
                    "ws_json.php"
                  ]
                }
              },
              "response": []
            },
            {
              "name": "Transferência de contratos - Plano para Plano",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "authentication_key",
                    "value": "{{Token}}",
                    "type": "text"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\r\n   \"contract_transfer\": {\r\n      \"customer_id\": \"330593\",\r\n      \"contract_id\": \"9141\",\r\n      \"type\": \"plan\",\r\n      \"new\": {\r\n         \"seller_name\": \"João da Silva\",\r\n         \"type\": \"plan\",\r\n         \"plan_data\": {\r\n            \"id\": \"1000946\",\r\n            \"status\": \"active\",\r\n            \"qos_id\": \"1\",\r\n            \"sla_id\": \"1\",\r\n            \"due_date_id\": \"1\",\r\n            \"discount_vale\": 9.99,\r\n            \"duration\": 12,\r\n            \"promotional_discount_option\": \"keep\",\r\n            \"online_signature\": {\r\n               \"option\": \"required\",\r\n               \"templates\": [\r\n                  \"14\"\r\n               ]\r\n            },\r\n            \"billing\": {\r\n               \"keep\": false,\r\n               \"future_cancel\": true,\r\n               \"cancellation_period_action\": \"cancel\"\r\n            },\r\n            \"by_dealer_id\": \"10\",\r\n            \"from_dealer_id\": \"10\"\r\n         }\r\n      },\r\n      \"fine\": {\r\n         \"account_id\": \"3\",\r\n         \"historic_id\": \"1\",\r\n         \"due_date\": \"2023-04-30\"\r\n      }\r\n   }\r\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "https://{{URL}}/routerbox/ws_json/ws_json.php",
                  "protocol": "https",
                  "host": [
                    "{{URL}}"
                  ],
                  "path": [
                    "routerbox",
                    "ws_json",
                    "ws_json.php"
                  ]
                }
              },
              "response": []
            },
            {
              "name": "Transferência de contratos - Plano para Pacote",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "authentication_key",
                    "value": "{{Token}}",
                    "type": "text"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\r\n   \"contract_transfer\": {\r\n      \"customer_id\": \"330593\",\r\n      \"contract_id\": \"9141\",\r\n      \"type\": \"plan\",\r\n      \"new\": {\r\n         \"seller_name\": \"João da Silva\",\r\n         \"type\": \"plan\",\r\n         \"plan_data\": {\r\n            \"id\": \"1000946\",\r\n            \"status\": \"active\",\r\n            \"qos_id\": \"1\",\r\n            \"sla_id\": \"1\",\r\n            \"due_date_id\": \"1\",\r\n            \"discount_vale\": 9.99,\r\n            \"duration\": 12,\r\n            \"promotional_discount_option\": \"keep\",\r\n            \"online_signature\": {\r\n               \"option\": \"required\",\r\n               \"templates\": [\r\n                  \"14\"\r\n               ]\r\n            },\r\n            \"billing\": {\r\n               \"keep\": false,\r\n               \"future_cancel\": true,\r\n               \"cancellation_period_action\": \"cancel\"\r\n            },\r\n            \"by_dealer_id\": \"10\",\r\n            \"from_dealer_id\": \"10\"\r\n         }\r\n      },\r\n      \"fine\": {\r\n         \"account_id\": \"3\",\r\n         \"historic_id\": \"1\",\r\n         \"due_date\": \"2023-04-30\"\r\n      }\r\n   }\r\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "https://{{URL}}/routerbox/ws_json/ws_json.php",
                  "protocol": "https",
                  "host": [
                    "{{URL}}"
                  ],
                  "path": [
                    "routerbox",
                    "ws_json",
                    "ws_json.php"
                  ]
                }
              },
              "response": []
            },
            {
              "name": "Transferência de contratos - Pacote para Plano",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "authentication_key",
                    "value": "{{Token}}",
                    "type": "text"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\r\n   \"contract_transfer\": {\r\n      \"customer_id\": \"330593\",\r\n      \"contract_id\": \"9121\",\r\n      \"type\": \"package\",\r\n      \"new\": {\r\n         \"seller_name\": \"João da Silva\",\r\n         \"type\": \"plan\",\r\n         \"plan_data\": {\r\n            \"id\": \"1000946\",\r\n            \"qos_id\": \"1\",\r\n            \"sla_id\": \"1\",\r\n            \"due_date_id\": \"1\",\r\n            \"discount_vale\": 9.99,\r\n            \"duration\": 12,\r\n            \"promotional_discount_option\": \"cancel\",\r\n            \"billing\": {\r\n               \"keep\": false,\r\n               \"future_cancel\": true,\r\n               \"cancellation_period_action\": \"cancel\"\r\n            }\r\n         }\r\n      },\r\n      \"fine\": {\r\n         \"account_id\": \"3\",\r\n         \"historic_id\": \"1\",\r\n         \"due_date\": \"2023-04-30\"\r\n      }\r\n   }\r\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "https://{{URL}}/routerbox/ws_json/ws_json.php",
                  "protocol": "https",
                  "host": [
                    "{{URL}}"
                  ],
                  "path": [
                    "routerbox",
                    "ws_json",
                    "ws_json.php"
                  ]
                }
              },
              "response": []
            },
            {
              "name": "Transferência de contratos - Pacote para Pacote",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "authentication_key",
                    "value": "{{Token}}",
                    "type": "text"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\r\n   \"contract_transfer\": {\r\n      \"customer_id\": \"330593\",\r\n      \"contract_id\": \"9144\",\r\n      \"type\": \"package\",\r\n      \"new\": {\r\n         \"seller_name\": \"João da Silva\",\r\n         \"type\": \"package\",\r\n         \"package_data\": {\r\n            \"id\": \"2071\",\r\n            \"due_date_id\": \"5\",\r\n            \"discount_vale\": 9.99,\r\n            \"duration\": 6,\r\n            \"promotional_discount_option\": \"new\",\r\n            \"by_dealer_id\": \"10\",\r\n            \"from_dealer_id\": \"10\",\r\n            \"billing\": {\r\n               \"keep\": false,\r\n               \"future_cancel\": true,\r\n               \"cancellation_period_action\": \"cancel\"\r\n            },\r\n            \"plan_correlation\": [\r\n               {\r\n                  \"contract_id\": \"9144\",\r\n                  \"new_plan_id\": \"1001004\"\r\n               },\r\n               {\r\n                  \"contract_id\": \"9145\",\r\n                  \"new_plan_id\": \"1001005\"\r\n               }\r\n            ]\r\n         }\r\n      },\r\n      \"fine\": {\r\n         \"account_id\": \"3\",\r\n         \"historic_id\": \"1\"\r\n      }\r\n   }\r\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "https://{{URL}}/routerbox/ws_json/ws_json.php",
                  "protocol": "https",
                  "host": [
                    "{{URL}}"
                  ],
                  "path": [
                    "routerbox",
                    "ws_json",
                    "ws_json.php"
                  ]
                }
              },
              "response": []
            }
          ]
        },
        {
          "name": "Estoque",
          "item": [
            {
              "name": "Alocação de equipamento em comodato",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "authentication_key",
                    "value": "{{Token}}",
                    "type": "text"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\r\n   \"equipment_lending\": {\r\n      \"product_id\": 122,\r\n      \"customer_id\": 658,\r\n      \"contract_id\": 1548,\r\n      \"activation_date\": \"2023-04-01\",\r\n      \"quantity\": 1,\r\n      \"location_id\": 5,\r\n      \"serial_number\": \"XTS5487\",\r\n      \"complementary_fields\": [\r\n         {\r\n            \"name\": \"modelo\",\r\n            \"value\": \"21\"\r\n         },\r\n         {\r\n            \"name\": \"cor\",\r\n            \"value\": \"preto\"\r\n         }\r\n      ],\r\n      \"provisioning\": {\r\n         \"controller_id\": 17,\r\n         \"controller_port_id\": 18,\r\n         \"onu_id\": 8,\r\n         \"scripts\": [\r\n            12,\r\n            15,\r\n            17\r\n         ],\r\n         \"authentication_id\": 2,\r\n         \"ip_id\": 7\r\n      }\r\n   }\r\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "https://{{URL}}/routerbox/ws_json/ws_json.php",
                  "protocol": "https",
                  "host": [
                    "{{URL}}"
                  ],
                  "path": [
                    "routerbox",
                    "ws_json",
                    "ws_json.php"
                  ]
                }
              },
              "response": []
            },
            {
              "name": "Cadastro de produtos",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "authentication_key",
                    "value": "{{Token}}",
                    "type": "text"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\r\n   \"inventory_insert\": {\r\n      \"company_id\": 5,\r\n      \"code\": 1,\r\n      \"description\": \"Monitor LED\",\r\n      \"model_id\": 10,\r\n      \"serial_controlled\": true,\r\n      \"unit_id\": 5,\r\n      \"sale_price\": 500.25,\r\n      \"text\": \"\",\r\n      \"allow_discount\": true,\r\n      \"accounting_number\": \"\",\r\n      \"minimum_quantity\": 10.5,\r\n      \"quantity_per_lot\": 100.25,\r\n      \"operation_type_workforce\": \"consumption\",\r\n      \"ncm\": 85282100,\r\n      \"ean\": \"\",\r\n      \"ean_trib\": \"\",\r\n      \"ex_tipi\": \"\",\r\n      \"efd_icms_ipi_item\": \"\",\r\n      \"allows_movement\": true,\r\n      \"status\": \"A\",\r\n      \"tax_group_id\": null,\r\n      \"invoice\": {\r\n         \"nfe_oper_venda\": {\r\n            \"id_nat_oper\": 3,\r\n            \"cod_benef_fiscal\": \"PR000001\",\r\n            \"cest\": \"\",\r\n            \"cfop\": 5949,\r\n            \"tipo_valor_item\": \"B\",\r\n            \"informacoes_adicionais\": \"\",\r\n            \"icms\": {\r\n               \"cst\": \"00\",\r\n               \"csosn\": \"100\",\r\n               \"origem\": \"0\",\r\n               \"mod_base_calc\": \"0\",\r\n               \"perc_red_base_calc\": 10.21,\r\n               \"valor_base_calc\": 100,\r\n               \"aliquota\": 10.15,\r\n               \"valor\": 10,\r\n               \"aliquota_calculo_credito\": 1.25,\r\n               \"valor_credito\": 100.25,\r\n               \"st\": {\r\n                  \"mod_base_calc\": \"0\",\r\n                  \"perc_margem_valor_adic\": 15.15,\r\n                  \"perc_reducao_base_calc\": 10.21,\r\n                  \"valor_base_calc\": 100,\r\n                  \"aliquota\": 10.15,\r\n                  \"valor\": 10.15\r\n               }\r\n            },\r\n            \"ipi\": {\r\n               \"sit_trib\": \"00\",\r\n               \"cod_enq\": \"aaa\",\r\n               \"cod_selo\": \"\",\r\n               \"qtde_selo\": 1,\r\n               \"tipo_calculo\": \"P\",\r\n               \"valor_base_calc\": 100,\r\n               \"aliquota\": 10.15,\r\n               \"quantidade\": null,\r\n               \"valor_unitario\": null\r\n            },\r\n            \"pis\": {\r\n               \"sit_trib\": \"01\",\r\n               \"tipo_calculo\": \"P\",\r\n               \"valor_base_calc\": 100,\r\n               \"aliquota\": 10.15,\r\n               \"quantidade\": null,\r\n               \"valor\": null,\r\n               \"st\": {\r\n                  \"tipo_calculo\": \"P\",\r\n                  \"valor_base_calc\": 100,\r\n                  \"aliquota\": 10.15,\r\n                  \"quantidade\": null,\r\n                  \"valor\": null\r\n               }\r\n            },\r\n            \"cofins\": {\r\n               \"sit_trib\": \"01\",\r\n               \"tipo_calculo\": \"P\",\r\n               \"valor_base_calc\": 100,\r\n               \"aliquota\": 10.15,\r\n               \"quantidade\": null,\r\n               \"valor\": null,\r\n               \"st\": {\r\n                  \"tipo_calculo\": \"P\",\r\n                  \"valor_base_calc\": 100,\r\n                  \"aliquota\": 10.15,\r\n                  \"quantidade\": null,\r\n                  \"valor\": null\r\n               }\r\n            }\r\n         }\r\n      }\r\n   }\r\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "https://{{URL}}/routerbox/ws_json/ws_json.php",
                  "protocol": "https",
                  "host": [
                    "{{URL}}"
                  ],
                  "path": [
                    "routerbox",
                    "ws_json",
                    "ws_json.php"
                  ]
                }
              },
              "response": []
            },
            {
              "name": "Cadastro de locações de estoque",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "authentication_key",
                    "value": "{{Token}}",
                    "type": "text"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\r\n   \"inventory_location_insert\": {\r\n      \"id\": 1,\r\n      \"description\": \"Prédio Azul\",\r\n      \"linked_person\": {\r\n         \"type\": \"customer\",\r\n         \"id\": 1\r\n      },\r\n      \"status\": \"A\",\r\n      \"linked_user\": \"joaosilva\"\r\n   }\r\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "https://{{URL}}/routerbox/ws_json/ws_json.php",
                  "protocol": "https",
                  "host": [
                    "{{URL}}"
                  ],
                  "path": [
                    "routerbox",
                    "ws_json",
                    "ws_json.php"
                  ]
                }
              },
              "response": []
            },
            {
              "name": "Cadastro de modelos de produto",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "authentication_key",
                    "value": "{{Token}}",
                    "type": "text"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\r\n   \"inventory_product_model_insert\": {\r\n      \"description\": \"Monitor LCD\",\r\n      \"type_id\": 1,\r\n      \"brand\": \"LG\",\r\n      \"image\": {\r\n         \"name\": \"imagem.png\",\r\n         \"content\": \"RXhlbXBsbyBkZSBjb250ZcO6ZG8gY29udmVydGlkbyBlbSBiYXNlNjQ=\"\r\n      }\r\n   }\r\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "https://{{URL}}/routerbox/ws_json/ws_json.php",
                  "protocol": "https",
                  "host": [
                    "{{URL}}"
                  ],
                  "path": [
                    "routerbox",
                    "ws_json",
                    "ws_json.php"
                  ]
                }
              },
              "response": []
            },
            {
              "name": "Cadastro de tipos de produto",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "authentication_key",
                    "value": "{{Token}}",
                    "type": "text"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\r\n   \"inventory_product_type_insert\": {\r\n      \"description\": \"monitores\",\r\n      \"accept_provisioning_scripts\": true,\r\n      \"complementary_fields\": [\r\n         {\r\n            \"name\": \"cor\",\r\n            \"required\": true\r\n         },\r\n         {\r\n            \"name\": \"tamanho\",\r\n            \"required\": true\r\n         }\r\n      ]\r\n   }\r\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "https://{{URL}}/routerbox/ws_json/ws_json.php",
                  "protocol": "https",
                  "host": [
                    "{{URL}}"
                  ],
                  "path": [
                    "routerbox",
                    "ws_json",
                    "ws_json.php"
                  ]
                }
              },
              "response": []
            },
            {
              "name": "Desativação de equipamento em comodato",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "authentication_key",
                    "value": "{{Token}}",
                    "type": "text"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\r\n   \"equipment_lending_disable\": {\r\n      \"equipment_id\": 1254,\r\n      \"customer_id\": 658,\r\n      \"contract_id\": 1548,\r\n      \"disable_date\": \"2023-04-01\",\r\n      \"reason\": \"cancellation\",\r\n      \"location_id\": 5,\r\n      \"open_ticket_to_remove_from_network\": false,\r\n      \"user_stock_request\": \"usuario\"\r\n   }\r\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "https://{{URL}}/routerbox/ws_json/ws_json.php",
                  "protocol": "https",
                  "host": [
                    "{{URL}}"
                  ],
                  "path": [
                    "routerbox",
                    "ws_json",
                    "ws_json.php"
                  ]
                }
              },
              "response": []
            },
            {
              "name": "Movimentação avulsa de estoque",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "authentication_key",
                    "value": "{{Token}}",
                    "type": "text"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\r\n   \"inventory_movement\": {\r\n      \"product_id\": 1254,\r\n      \"operation_type\": \"input\",\r\n      \"location_id_source\": 10,\r\n      \"quantity\": 2,\r\n      \"unit_cost\": 10.5,\r\n      \"invoice_series\": 157,\r\n      \"invoice_number\": 12546587,\r\n      \"serial\": [\r\n         {\r\n            \"value\": \"CFD21458\",\r\n            \"complementary_fields\": [\r\n               {\r\n                  \"name\": \"modelo\",\r\n                  \"value\": \"B1\"\r\n               },\r\n               {\r\n                  \"name\": \"cor\",\r\n                  \"value\": \"azul\"\r\n               }\r\n            ]\r\n         },\r\n         {\r\n            \"value\": \"CFD31648\",\r\n            \"complementary_fields\": [\r\n               {\r\n                  \"name\": \"modelo\",\r\n                  \"value\": \"B1\"\r\n               },\r\n               {\r\n                  \"name\": \"cor\",\r\n                  \"value\": \"preto\"\r\n               }\r\n            ]\r\n         }\r\n      ],\r\n      \"datetime\": \"2023-04-01 12:00:00\"\r\n   }\r\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "https://{{URL}}/routerbox/ws_json/ws_json.php",
                  "protocol": "https",
                  "host": [
                    "{{URL}}"
                  ],
                  "path": [
                    "routerbox",
                    "ws_json",
                    "ws_json.php"
                  ]
                }
              },
              "response": []
            }
          ]
        },
        {
          "name": "Financeiro",
          "item": [
            {
              "name": "Baixa de documento",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "authentication_key",
                    "value": "{{Token}}",
                    "type": "text"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\r\n   \"document_payment\": {\r\n      \"payment_type\": \"money\",\r\n      \"document_id\": 22563,\r\n      \"document_historic_id\": 65874,\r\n      \"payment_account_id\": 1,\r\n      \"payment_historic_id\": 20,\r\n      \"payment_date\": \"2023-04-01\",\r\n      \"payment_credit_date\": \"2023-04-01\",\r\n      \"payment_discount_type\": \"V\",\r\n      \"payment_discount_amount\": 10.5,\r\n      \"payment_interest_type\": \"P\",\r\n      \"payment_interest_amount\": 0,\r\n      \"payment_fine_type\": \"P\",\r\n      \"payment_fine_amount\": 0,\r\n      \"rate_amount\": 1.25,\r\n      \"rate_historic_id\": 13,\r\n      \"rate_currency_id\": 1,\r\n      \"payment_comment\": \"Baixa avulsa\",\r\n      \"unblock_customer\": true\r\n   }\r\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "https://{{URL}}/routerbox/ws_json/ws_json.php",
                  "protocol": "https",
                  "host": [
                    "{{URL}}"
                  ],
                  "path": [
                    "routerbox",
                    "ws_json",
                    "ws_json.php"
                  ]
                }
              },
              "response": []
            },
            {
              "name": "Cadastro de cartão de crédito/débito",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "authentication_key",
                    "value": "{{Token}}",
                    "type": "text"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\r\n   \"payment_card_insert\": {\r\n      \"person\": {\r\n         \"type\": \"customer\",\r\n         \"id\": 15\r\n      },\r\n      \"card\": {\r\n         \"number\": \"6548654825149256\",\r\n         \"holder\": \"Jose Bonifacio da Silva\",\r\n         \"expiration_date\": \"12/2024\",\r\n         \"brand\": \"visa\",\r\n         \"type\": \"credit\",\r\n         \"default\": true,\r\n         \"generate_token\": true,\r\n         \"security_code\": \"123\"\r\n      }\r\n   }\r\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "https://{{URL}}/routerbox/ws_json/ws_json.php",
                  "protocol": "https",
                  "host": [
                    "{{URL}}"
                  ],
                  "path": [
                    "routerbox",
                    "ws_json",
                    "ws_json.php"
                  ]
                }
              },
              "response": []
            },
            {
              "name": "Cadastro de pré-faturamento",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "authentication_key",
                    "value": "{{Token}}",
                    "type": "text"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\r\n   \"pre_billing_insert\": {\r\n      \"customer_id\": 2563,\r\n      \"contract_id\": 26552,\r\n      \"period\": \"202304\",\r\n      \"type\": \"increase\",\r\n      \"description\": \"Adicional\",\r\n      \"value\": 100.2\r\n   }\r\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "https://{{URL}}/routerbox/ws_json/ws_json.php",
                  "protocol": "https",
                  "host": [
                    "{{URL}}"
                  ],
                  "path": [
                    "routerbox",
                    "ws_json",
                    "ws_json.php"
                  ]
                }
              },
              "response": []
            },
            {
              "name": "Consulta documentos em aberto de clientes",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "authentication_key",
                    "value": "{{Token}}",
                    "type": "text"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\r\n   \"get_unpaid_document\": {\r\n      \"customer_id\": 330531,\r\n      \"account_list\": [\r\n         3,\r\n         6,\r\n         9\r\n      ]\r\n   }\r\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "https://{{URL}}/routerbox/ws_json/ws_json.php",
                  "protocol": "https",
                  "host": [
                    "{{URL}}"
                  ],
                  "path": [
                    "routerbox",
                    "ws_json",
                    "ws_json.php"
                  ]
                }
              },
              "response": []
            },
            {
              "name": "Consulta link de notas fiscais emitidas",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "authentication_key",
                    "value": "{{Token}}",
                    "type": "text"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\r\n   \"invoices_issued_pdf\": {\r\n      \"id\": [\r\n         300\r\n      ]\r\n   }\r\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "https://{{URL}}/routerbox/ws_json/ws_json.php",
                  "protocol": "https",
                  "host": [
                    "{{URL}}"
                  ],
                  "path": [
                    "routerbox",
                    "ws_json",
                    "ws_json.php"
                  ]
                }
              },
              "response": []
            },
            {
              "name": "Consulta notas fiscais emitidas",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "authentication_key",
                    "value": "{{Token}}",
                    "type": "text"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\r\n   \"invoices_issued\": {\r\n      \"model\": \"21\",\r\n      \"issue\": \"2023-04-01\",\r\n      \"customer_id\": 330570\r\n   }\r\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "https://{{URL}}/routerbox/ws_json/ws_json.php",
                  "protocol": "https",
                  "host": [
                    "{{URL}}"
                  ],
                  "path": [
                    "routerbox",
                    "ws_json",
                    "ws_json.php"
                  ]
                }
              },
              "response": []
            },
            {
              "name": "Envio de aviso de pagamento",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "authentication_key",
                    "value": "{{Token}}",
                    "type": "text"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\r\n   \"send_payment_notification\": {\r\n      \"document_id\": 11313439,\r\n      \"payment_date\": \"2023-04-01\",\r\n      \"customer_id\": 330570,\r\n      \"file\": {\r\n         \"name\": \"comprovante.pdf\",\r\n         \"data\": \"TWFuIGlzIGRpc3Rpbmd1aXNoZWQsIG5vdCBvbmx5IGJ5IGhpcyByZWFzb24sIGJ1dCBieSB0aGlzIHNpbmd1bGFyIHBhc3Npb24gZnJvbSBvdGhlciBhbmltYWxzLCB3aGljaCBpcyBhIGx1c3Qgb2YgdGhlIG1pbmQsIHRoYXQgYnkgYSBwZXJzZXZlcmFuY2Ugb2YgZGVsaWdodCBpbiB0aGUgY29udGludWVkIGFuZCBpbmRlZmF0aWdhYmxlIGdlbmVyYXRpb24gb2Yga25vd2xlZGdlLCBleGNlZWRzIHRoZSBzaG9ydCB2ZWhlbWVuY2Ugb2YgYW55IGNhcm5hbCBwbGVhc3VyZS4==\"\r\n      }\r\n   }\r\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "https://{{URL}}/routerbox/ws_json/ws_json.php",
                  "protocol": "https",
                  "host": [
                    "{{URL}}"
                  ],
                  "path": [
                    "routerbox",
                    "ws_json",
                    "ws_json.php"
                  ]
                }
              },
              "response": []
            },
            {
              "name": "Envio de boleto por e-mail",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "authentication_key",
                    "value": "{{Token}}",
                    "type": "text"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\r\n   \"send_banking_billet\": {\r\n      \"document_id\": 11313439,\r\n      \"due_date\": \"2023-04-01\",\r\n      \"customer_id\": 330570,\r\n      \"customer_email\": \"cliente@provedor.com.br\",\r\n      \"email_subject\": \"Solicitação de segunda via do boleto\",\r\n      \"email_body\": \"Caro cliente, conforme solicitado, segue a segunda via do seu boleto com vencimento em 01/04/2023.\",\r\n      \"email_gateway_id\": 1\r\n   }\r\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "https://{{URL}}/routerbox/ws_json/ws_json.php",
                  "protocol": "https",
                  "host": [
                    "{{URL}}"
                  ],
                  "path": [
                    "routerbox",
                    "ws_json",
                    "ws_json.php"
                  ]
                }
              },
              "response": []
            },
            {
              "name": "Estorno de documentos em aberto",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "authentication_key",
                    "value": "{{Token}}",
                    "type": "text"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\r\n   \"document_delete\": {\r\n      \"document_id\": 9136,\r\n      \"reason_id\": 1,\r\n      \"comments\": \"Documento estornado via Web Service!\",\r\n      \"user\": \"usuario\",\r\n      \"invoices_typed\": \"cancel\",\r\n      \"invoices_issued\": \"cancel\",\r\n      \"invoices_pre_typed\": \"delete\",\r\n      \"service_invoice_generated\": \"cancel\",\r\n      \"service_invoice_issued\": \"cancel\"\r\n   }\r\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "https://{{URL}}/routerbox/ws_json/ws_json.php",
                  "protocol": "https",
                  "host": [
                    "{{URL}}"
                  ],
                  "path": [
                    "routerbox",
                    "ws_json",
                    "ws_json.php"
                  ]
                }
              },
              "response": []
            },
            {
              "name": "Geração de linha digitável de boleto",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "authentication_key",
                    "value": "{{Token}}",
                    "type": "text"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\r\n   \"get_barcode\": {\r\n      \"banking_billet_id\": 254875,\r\n      \"banking_billet_due_date\": \"2023-04-01\",\r\n      \"send_barcode\": true,\r\n      \"cell_phone_number\": \"44999887766\",\r\n      \"send_content\": \"Sua linha digitável para pagamento é: |BARCODE|\"\r\n   }\r\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "https://{{URL}}/routerbox/ws_json/ws_json.php",
                  "protocol": "https",
                  "host": [
                    "{{URL}}"
                  ],
                  "path": [
                    "routerbox",
                    "ws_json",
                    "ws_json.php"
                  ]
                }
              },
              "response": []
            },
            {
              "name": "Geração de link para download da fatura de serviços em PDF",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "authentication_key",
                    "value": "{{Token}}",
                    "type": "text"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\r\n   \"get_service_invoice\": {\r\n      \"service_invoice_id\": 1052,\r\n      \"document_id\": null\r\n   }\r\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "https://{{URL}}/routerbox/ws_json/ws_json.php",
                  "protocol": "https",
                  "host": [
                    "{{URL}}"
                  ],
                  "path": [
                    "routerbox",
                    "ws_json",
                    "ws_json.php"
                  ]
                }
              },
              "response": []
            },
            {
              "name": "Geração de link para download do boleto em PDF",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "authentication_key",
                    "value": "{{Token}}",
                    "type": "text"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\r\n   \"get_banking_billet\": {\r\n      \"document_id\": 22563\r\n   }\r\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "https://{{URL}}/routerbox/ws_json/ws_json.php",
                  "protocol": "https",
                  "host": [
                    "{{URL}}"
                  ],
                  "path": [
                    "routerbox",
                    "ws_json",
                    "ws_json.php"
                  ]
                }
              },
              "response": []
            },
            {
              "name": "Inclusão de lançamento financeiro",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "authentication_key",
                    "value": "{{Token}}",
                    "type": "text"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\r\n   \"document_insert\": {\r\n      \"type\": \"customer\",\r\n      \"id\": 1,\r\n      \"account_id\": 3,\r\n      \"historic_id\": 1,\r\n      \"origin\": \"others\",\r\n      \"bank\": 1,\r\n      \"bank_agreement\": 123,\r\n      \"billing_type\": \"registered\",\r\n      \"days_of_protest\": 10,\r\n      \"classifier\": 1,\r\n      \"contract_id\": [\r\n         1,\r\n         3,\r\n         4\r\n      ],\r\n      \"installments\": [\r\n         {\r\n            \"complement\": \"Adesão 01/03\",\r\n            \"due_date\": \"2024-10-10\",\r\n            \"punctuality_discount\": {\r\n               \"discount_type\": \"value\",\r\n               \"discount_value\": 10\r\n            },\r\n            \"items\": [\r\n               {\r\n                  \"description\": \"Adesão Parcela 01/03\",\r\n                  \"value\": 100\r\n               },\r\n               {\r\n                  \"description\": \"Roteador Parcela 01/03\",\r\n                  \"value\": 100\r\n               }\r\n            ]\r\n         },\r\n         {\r\n            \"complement\": \"Adesão 02/03\",\r\n            \"due_date\": \"2024-11-10\",\r\n            \"punctuality_discount\": {\r\n               \"discount_type\": \"percentage\",\r\n               \"discount_value\": 10\r\n            },\r\n            \"items\": [\r\n               {\r\n                  \"description\": \"Adesão Parcela 02/03\",\r\n                  \"value\": 100\r\n               },\r\n               {\r\n                  \"description\": \"Roteador Parcela 02/03\",\r\n                  \"value\": 100\r\n               }\r\n            ]\r\n         },\r\n         {\r\n            \"complement\": \"Adesão 03/03\",\r\n            \"due_date\": \"2024-12-10\",\r\n            \"items\": [\r\n               {\r\n                  \"description\": \"Adesão Parcela 03/03\",\r\n                  \"value\": 100\r\n               },\r\n               {\r\n                  \"description\": \"Roteador Parcela 03/03\",\r\n                  \"value\": 100\r\n               }\r\n            ]\r\n         }\r\n      ]\r\n   }\r\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "https://{{URL}}/routerbox/ws_json/ws_json.php",
                  "protocol": "https",
                  "host": [
                    "{{URL}}"
                  ],
                  "path": [
                    "routerbox",
                    "ws_json",
                    "ws_json.php"
                  ]
                }
              },
              "response": []
            },
            {
              "name": "Obter informação do Pix Copia e Cola",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "authentication_key",
                    "value": "{{Token}}",
                    "type": "text"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\r\n   \"get_pix_copia_cola\": {\r\n      \"banking_billet_id\": 254875,\r\n      \"send_pix_copia_cola\": true,\r\n      \"cell_phone_number\": \"44999999999\",\r\n      \"send_content\": \"Seu codigo Pix para pagamento é: |PIX_COPIA_E_COLA|\"\r\n   }\r\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "https://{{URL}}/routerbox/ws_json/ws_json.php",
                  "protocol": "https",
                  "host": [
                    "{{URL}}"
                  ],
                  "path": [
                    "routerbox",
                    "ws_json",
                    "ws_json.php"
                  ]
                }
              },
              "response": []
            },
            {
              "name": "Obter informação do QR Code do Pix",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "authentication_key",
                    "value": "{{Token}}",
                    "type": "text"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\r\n   \"get_pix_qrcode\": {\r\n      \"banking_billet_id\": 254875\r\n   }\r\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "https://{{URL}}/routerbox/ws_json/ws_json.php",
                  "protocol": "https",
                  "host": [
                    "{{URL}}"
                  ],
                  "path": [
                    "routerbox",
                    "ws_json",
                    "ws_json.php"
                  ]
                }
              },
              "response": []
            },
            {
              "name": "Reversão de baixa",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "authentication_key",
                    "value": "{{Token}}",
                    "type": "text"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\r\n   \"document_payment_reversal\": {\r\n      \"document_id\": 32658,\r\n      \"reason_id\": 10,\r\n      \"user\": \"usuario\",\r\n      \"comments\": \"Baixa indevida\"\r\n   }\r\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "https://{{URL}}/routerbox/ws_json/ws_json.php",
                  "protocol": "https",
                  "host": [
                    "{{URL}}"
                  ],
                  "path": [
                    "routerbox",
                    "ws_json",
                    "ws_json.php"
                  ]
                }
              },
              "response": []
            }
          ]
        },
        {
          "name": "Variados",
          "item": [
            {
              "name": "Alteração de campo complementar",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "authentication_key",
                    "value": "{{Token}}",
                    "type": "text"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\r\n   \"additional_data_update\": {\r\n      \"additional_data_id\": 1374,\r\n      \"code\": 21,\r\n      \"target_type\": \"contract\",\r\n      \"target_id\": 9121,\r\n      \"content\": \"02468\"\r\n   }\r\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "https://{{URL}}/routerbox/ws_json/ws_json.php",
                  "protocol": "https",
                  "host": [
                    "{{URL}}"
                  ],
                  "path": [
                    "routerbox",
                    "ws_json",
                    "ws_json.php"
                  ]
                }
              },
              "response": []
            },
            {
              "name": "Consulta extrato de radius",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "authentication_key",
                    "value": "{{Token}}",
                    "type": "text"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\r\n   \"radius_extract\": {\r\n      \"customer_id\": 5\r\n   }\r\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "https://{{URL}}/routerbox/ws_json/ws_json.php",
                  "protocol": "https",
                  "host": [
                    "{{URL}}"
                  ],
                  "path": [
                    "routerbox",
                    "ws_json",
                    "ws_json.php"
                  ]
                }
              },
              "response": []
            },
            {
              "name": "Consulta provisionamento",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "authentication_key",
                    "value": "{{Token}}",
                    "type": "text"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\r\n   \"provisioning_check\": {\r\n      \"nas\": \"192.168.0.13\"\r\n   }\r\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "https://{{URL}}/routerbox/ws_json/ws_json.php",
                  "protocol": "https",
                  "host": [
                    "{{URL}}"
                  ],
                  "path": [
                    "routerbox",
                    "ws_json",
                    "ws_json.php"
                  ]
                }
              },
              "response": []
            },
            {
              "name": "Encerramento de pedido",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "authentication_key",
                    "value": "{{Token}}",
                    "type": "text"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\r\n   \"order_finish\": {\r\n      \"order_id\": 1091\r\n   }\r\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "https://{{URL}}/routerbox/ws_json/ws_json.php",
                  "protocol": "https",
                  "host": [
                    "{{URL}}"
                  ],
                  "path": [
                    "routerbox",
                    "ws_json",
                    "ws_json.php"
                  ]
                }
              },
              "response": []
            },
            {
              "name": "Envio de SMS avulso",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "authentication_key",
                    "value": "{{Token}}",
                    "type": "text"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\r\n   \"send_sms\": {\r\n      \"gateway_sms_id\": 2,\r\n      \"customer_id\": 2658,\r\n      \"cellphone_number\": \"44999887766\",\r\n      \"sms_content\": \"Olá, venha participar da nossa promoção!\"\r\n   }\r\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "https://{{URL}}/routerbox/ws_json/ws_json.php",
                  "protocol": "https",
                  "host": [
                    "{{URL}}"
                  ],
                  "path": [
                    "routerbox",
                    "ws_json",
                    "ws_json.php"
                  ]
                }
              },
              "response": []
            },
            {
              "name": "Exclusão de campo complementar",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "authentication_key",
                    "value": "{{Token}}",
                    "type": "text"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\r\n   \"additional_data_delete\": {\r\n      \"additional_data_id\": 1374,\r\n      \"code\": 21,\r\n      \"target_type\": \"contract\",\r\n      \"target_id\": 9121\r\n   }\r\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "https://{{URL}}/routerbox/ws_json/ws_json.php",
                  "protocol": "https",
                  "host": [
                    "{{URL}}"
                  ],
                  "path": [
                    "routerbox",
                    "ws_json",
                    "ws_json.php"
                  ]
                }
              },
              "response": []
            },
            {
              "name": "Geração de contratos de pedido",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "authentication_key",
                    "value": "{{Token}}",
                    "type": "text"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\r\n   \"order_generate_contracts\": {\r\n      \"order_id\": 1091\r\n   }\r\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "https://{{URL}}/routerbox/ws_json/ws_json.php",
                  "protocol": "https",
                  "host": [
                    "{{URL}}"
                  ],
                  "path": [
                    "routerbox",
                    "ws_json",
                    "ws_json.php"
                  ]
                }
              },
              "response": []
            },
            {
              "name": "Inclusão de campo complementar",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "authentication_key",
                    "value": "{{Token}}",
                    "type": "text"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\r\n   \"additional_data_insert\": {\r\n      \"code\": 21,\r\n      \"target_type\": \"contract\",\r\n      \"target_id\": 9121,\r\n      \"content\": \"13579\"\r\n   }\r\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "https://{{URL}}/routerbox/ws_json/ws_json.php",
                  "protocol": "https",
                  "host": [
                    "{{URL}}"
                  ],
                  "path": [
                    "routerbox",
                    "ws_json",
                    "ws_json.php"
                  ]
                }
              },
              "response": []
            },
            {
              "name": "Listagem de pacotes",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "authentication_key",
                    "value": "{{Token}}",
                    "type": "text"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\r\n   \"list_packages\": {\r\n      \"enterprise\": 1,\r\n      \"package_code\": 3\r\n   }\r\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "https://{{URL}}/routerbox/ws_json/ws_json.php",
                  "protocol": "https",
                  "host": [
                    "{{URL}}"
                  ],
                  "path": [
                    "routerbox",
                    "ws_json",
                    "ws_json.php"
                  ]
                }
              },
              "response": []
            },
            {
              "name": "TIP - Alteração de conta",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "authentication_key",
                    "value": "{{Token}}",
                    "type": "text"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\r\n   \"tip_account_update\": {\r\n      \"customer_id\": 123,\r\n      \"contract_id\": 165,\r\n      \"password\": \"x6s52c1s6\",\r\n      \"email\": \"email@provedor.com\",\r\n      \"activate_date\": \"2020-10-25\",\r\n      \"credit_limit\": 125.99,\r\n      \"due_date\": 10,\r\n      \"tech_prefix\": \"44\",\r\n      \"block_collect_call\": true,\r\n      \"block_vc1\": true,\r\n      \"block_ldn\": true,\r\n      \"block_ldi\": true,\r\n      \"do_not_disturb\": true,\r\n      \"transfer_busy\": true,\r\n      \"transfer_always\": true,\r\n      \"transfer_no_answer\": true\r\n   }\r\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "https://{{URL}}/routerbox/ws_json/ws_json.php",
                  "protocol": "https",
                  "host": [
                    "{{URL}}"
                  ],
                  "path": [
                    "routerbox",
                    "ws_json",
                    "ws_json.php"
                  ]
                }
              },
              "response": []
            },
            {
              "name": "TIP - Exclusão de conta",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "authentication_key",
                    "value": "{{Token}}",
                    "type": "text"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\r\n   \"tip_account_delete\": {\r\n      \"customer_id\": 123,\r\n      \"contract_id\": 165\r\n   }\r\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "https://{{URL}}/routerbox/ws_json/ws_json.php",
                  "protocol": "https",
                  "host": [
                    "{{URL}}"
                  ],
                  "path": [
                    "routerbox",
                    "ws_json",
                    "ws_json.php"
                  ]
                }
              },
              "response": []
            },
            {
              "name": "TIP - Inclusão de conta",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "authentication_key",
                    "value": "{{Token}}",
                    "type": "text"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\r\n   \"tip_account_insert\": {\r\n      \"customer_id\": 123,\r\n      \"contract_id\": 165,\r\n      \"username\": 2731910101,\r\n      \"password\": \"x6s52c1s6\",\r\n      \"email\": \"email@provedor.com\",\r\n      \"activate_date\": \"2024-04-01\",\r\n      \"credit_limit\": 125.99,\r\n      \"due_date\": 10,\r\n      \"tech_prefix\": \"44\",\r\n      \"block_collect_call\": true,\r\n      \"block_vc1\": true,\r\n      \"block_ldn\": true,\r\n      \"block_ldi\": true,\r\n      \"do_not_disturb\": true,\r\n      \"transfer_busy\": true,\r\n      \"transfer_always\": true,\r\n      \"transfer_no_answer\": true\r\n   }\r\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "https://{{URL}}/routerbox/ws_json/ws_json.php",
                  "protocol": "https",
                  "host": [
                    "{{URL}}"
                  ],
                  "path": [
                    "routerbox",
                    "ws_json",
                    "ws_json.php"
                  ]
                }
              },
              "response": []
            },
            {
              "name": "Upload de arquivos",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "authentication_key",
                    "value": "{{Token}}",
                    "type": "text"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\r\n   \"files_upload\": [\r\n      {\r\n         \"type\": \"customer\",\r\n         \"code\": 1,\r\n         \"filename\": \"meu_arquivo.pdf\",\r\n         \"file\": \"TWFuIGlzIGRpc3Rpbmd1aXNoZWQsIG5vdCBvbmx5IGJ5IGhpcyByZWFzb24sIGJ1dCBieSB0aGlzIHNpbmd1bGFyIHBhc3Npb24gZnJvbSBvdGhlciBhbmltYWxzLCB3aGljaCBpcyBhIGx1c3Qgb2YgdGhlIG1pbmQsIHRoYXQgYnkgYSBwZXJzZXZlcmFuY2Ugb2YgZGVsaWdodCBpbiB0aGUgY29udGludWVkIGFuZCBpbmRlZmF0aWdhYmxlIGdlbmVyYXRpb24gb2Yga25vd2xlZGdlLCBleGNlZWRzIHRoZSBzaG9ydCB2ZWhlbWVuY2Ugb2YgYW55IGNhcm5hbCBwbGVhc3VyZS4=\",\r\n         \"visible\": \"no\",\r\n         \"description\": \"Planilha de ações\"\r\n      },\r\n      {\r\n         \"type\": \"user\",\r\n         \"user\": \"usuario\",\r\n         \"filename\": \"meu_arquivo2.pdf\",\r\n         \"file\": \"TWFuIGlzIGRpc3Rpbmd1aXNoZWQsIG5vdCBvbmx5IGJ5IGhpcyByZWFzb24sIGJ1dCBieSB0aGlzIHNpbmd1bGFyIHBhc3Npb24gZnJvbSBvdGhlciBhbmltYWxzLCB3aGljaCBpcyBhIGx1c3Qgb2YgdGhlIG1pbmQsIHRoYXQgYnkgYSBwZXJzZXZlcmFuY2Ugb2YgZGVsaWdodCBpbiB0aGUgY29udGludWVkIGFuZCBpbmRlZmF0aWdhYmxlIGdlbmVyYXRpb24gb2Yga25vd2xlZGdlLCBleGNlZWRzIHRoZSBzaG9ydCB2ZWhlbWVuY2Ugb2YgYW55IGNhcm5hbCBwbGVhc3VyZS4\",\r\n         \"visible\": \"no\",\r\n         \"description\": \"Planilha de ações\"\r\n      }\r\n   ]\r\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "https://{{URL}}/routerbox/ws_json/ws_json.php",
                  "protocol": "https",
                  "host": [
                    "{{URL}}"
                  ],
                  "path": [
                    "routerbox",
                    "ws_json",
                    "ws_json.php"
                  ]
                }
              },
              "response": []
            },
            {
              "name": "Validação de acesso à Central do Assinante",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "authentication_key",
                    "value": "{{Token}}",
                    "type": "text"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\r\n   \"authentication_validation\": {\r\n      \"user\": \"joao\",\r\n      \"password\": \"xs8f5s4x7s8\"\r\n   }\r\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "https://{{URL}}/routerbox/ws_json/ws_json.php",
                  "protocol": "https",
                  "host": [
                    "{{URL}}"
                  ],
                  "path": [
                    "routerbox",
                    "ws_json",
                    "ws_json.php"
                  ]
                }
              },
              "response": []
            }
          ]
        }
      ]
    }
  ]
}